1
0
mirror of git://projects.qi-hardware.com/xburst-tools.git synced 2024-11-01 08:29:41 +02:00

Fix -v to be less ugly.

This commit is contained in:
Peter Zotov 2011-05-27 12:06:59 +04:00
parent 1cfb149d35
commit 792376fcbe

View File

@ -86,7 +86,7 @@ int main(int argc, char *argv[]) {
break; break;
case 'v': case 'v':
printf("%s %s\n", argv[0], PACKAGE_VERSION); printf("JZboot version %s\n", PACKAGE_VERSION);
return 0; return 0;