2010-01-08 Robert Millan <rmh.mkisofs@aybabtu.com>

* util/mkisofs/defaults.h (APPID_DEFAULT): Redefine using PACKAGE_NAME.
	(SYSTEM_ID_DEFAULT): Set to "GNU" unconditionally.
	* util/mkisofs/mkisofs.c (main): Readjust --version output.
This commit is contained in:
Robert Millan 2010-01-08 15:19:42 +00:00
parent bc8b32b3ec
commit cd943b7587
3 changed files with 9 additions and 37 deletions

View file

@ -914,7 +914,7 @@ int FDECL2(main, int, argc, char **, argv){
exit (0);
break;
case OPTION_VERSION:
printf ("%s (%s %s)\n", program_name, PACKAGE_NAME, PACKAGE_VERSION);
printf ("%s version %s\n", PACKAGE_NAME, PACKAGE_VERSION);
exit (0);
break;
case OPTION_NOSPLIT_SL_COMPONENT: