Added startup message. Removed helptext sentence about unimplemented options

This commit is contained in:
Thomas Schmitt 2008-01-19 09:06:58 +00:00
parent 27c6d40fc9
commit bc27a928d6
2 changed files with 4 additions and 3 deletions

View File

@ -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);

View File

@ -1 +1 @@
#define Xorriso_timestamP "2008.01.19.090417"
#define Xorriso_timestamP "2008.01.19.090546"