Parcourir la source

* Changed -v option to reflect build date

svn: 287
Bryan Drewery il y a 22 ans
Parent
commit
daa166a209
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/main.c

+ 1 - 1
src/main.c

@@ -673,7 +673,7 @@ static void dtx_arg(int argc, char *argv[])
         got_ed("d", p, p2);
         break; /* this should never be reached */
       case 'v':
-	printf("%d\n", egg_numver);
+	printf("Wraith %s\nBuild Date: %s\n", egg_version, ctime(&buildts));
 	bg_send_quit(BG_ABORT);
 	exit(0);
         break; /* this should never be reached */