Added startup message. Removed helptext sentence about unimplemented options
This commit is contained in:
parent
27c6d40fc9
commit
bc27a928d6
@ -7018,8 +7018,6 @@ int Xorriso_option_help(struct XorrisO *xorriso, int flag)
|
|||||||
"images with Rock Ridge extensions. Write targets can be drives with optical",
|
"images with Rock Ridge extensions. Write targets can be drives with optical",
|
||||||
"media or local filesystem objects.",
|
"media or local filesystem objects.",
|
||||||
"",
|
"",
|
||||||
"Note: Options marked by prefix \"> \" are not implemented yet.",
|
|
||||||
"",
|
|
||||||
"Preparation options:",
|
"Preparation options:",
|
||||||
"Drive addresses are either /dev/... as listed with option -devices or",
|
"Drive addresses are either /dev/... as listed with option -devices or",
|
||||||
"disk files with prefix \"stdio:\", e.g. stdio:/tmp/pseudo_drive .",
|
"disk files with prefix \"stdio:\", e.g. stdio:/tmp/pseudo_drive .",
|
||||||
@ -8894,6 +8892,9 @@ int Xorriso_main(int argc, char **argv)
|
|||||||
if(ret<0)
|
if(ret<0)
|
||||||
exit(5);
|
exit(5);
|
||||||
|
|
||||||
|
fprintf(stderr,
|
||||||
|
"xorriso %s : RockRidge filesystem manipulator, libburnia project.\n\n",
|
||||||
|
PROG_VERSION);
|
||||||
ret= Xorriso_startup_libraries(xorriso, 0);
|
ret= Xorriso_startup_libraries(xorriso, 0);
|
||||||
if(ret<=0)
|
if(ret<=0)
|
||||||
exit(4);
|
exit(4);
|
||||||
|
@ -1 +1 @@
|
|||||||
#define Xorriso_timestamP "2008.01.19.090417"
|
#define Xorriso_timestamP "2008.01.19.090546"
|
||||||
|
Loading…
Reference in New Issue
Block a user