Added startup message. Removed helptext sentence about unimplemented options
This commit is contained in:
parent
bc77fe0987
commit
dc304456e0
@ -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",
|
||||
"media or local filesystem objects.",
|
||||
"",
|
||||
"Note: Options marked by prefix \"> \" are not implemented yet.",
|
||||
"",
|
||||
"Preparation options:",
|
||||
"Drive addresses are either /dev/... as listed with option -devices or",
|
||||
"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)
|
||||
exit(5);
|
||||
|
||||
fprintf(stderr,
|
||||
"xorriso %s : RockRidge filesystem manipulator, libburnia project.\n\n",
|
||||
PROG_VERSION);
|
||||
ret= Xorriso_startup_libraries(xorriso, 0);
|
||||
if(ret<=0)
|
||||
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