mirror of
git://projects.qi-hardware.com/xburst-tools.git
synced 2025-04-21 12:27:27 +03:00
Fix -v to be less ugly.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user