Updated -help text

This commit is contained in:
Thomas Schmitt 2008-02-21 21:11:40 +00:00
parent 212fa7ba72
commit 1f01e954d4
2 changed files with 5 additions and 2 deletions

View File

@ -8213,9 +8213,12 @@ int Xorriso_option_help(struct XorrisO *xorriso, int flag)
" Any -exec option is ignored. Action is always echo.",
"",
"Compatibility emulation (argument list may be ended by --):",
" -as mkisofs [-help|-o|-R|-J|-V|-P|-f|-graft-points|-path-list|pathspecs]",
" Perform some mkisofs gestures, understand pathspecs as mkisofs",
" does. Commit happens outside emulation at usual occasions.",
" -as cdrecord [-help|-v|dev=|speed=|blank=|fs=|-eject|-atip|padsize=|path|-]",
" Perform some cdrecord gestures, eventually write at most one",
" data track to blank or overwriteable media. See man cdrecord.",
" data track to blank or overwriteable media.",
"",
"General options:",
" -help Print this text",

View File

@ -1 +1 @@
#define Xorriso_timestamP "2008.02.21.204613"
#define Xorriso_timestamP "2008.02.21.211101"