Eat up leading dashes with command options, convert inner dashes to underscores

This commit is contained in:
2008-05-13 18:08:53 +00:00
parent be78c03e66
commit 28e8709660
4 changed files with 79 additions and 16 deletions

View File

@ -386,7 +386,7 @@ int Xorriso_option_pkt_output(struct XorrisO *xorriso, char *mode, int flag);
/* Option -print */
int Xorriso_option_print(struct XorrisO *xorriso, char *text, int flag);
/* Option -print-size
/* Option -print_size
@param flag bit0= report in mkisofs compatible form on real stdout
*/
int Xorriso_option_print_size(struct XorrisO *xorriso, int flag);