mirror of
git://projects.qi-hardware.com/xburst-tools.git
synced 2024-11-01 06:24:04 +02:00
Fix -v to be less ugly.
This commit is contained in:
parent
1cfb149d35
commit
792376fcbe
@ -86,7 +86,7 @@ int main(int argc, char *argv[]) {
|
||||
break;
|
||||
|
||||
case 'v':
|
||||
printf("%s %s\n", argv[0], PACKAGE_VERSION);
|
||||
printf("JZboot version %s\n", PACKAGE_VERSION);
|
||||
|
||||
return 0;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user