Option -f-off as counterpart of option -f

This commit is contained in:
2007-12-05 09:06:00 +00:00
parent 61b5c9c508
commit ff963d4e31
4 changed files with 18 additions and 6 deletions

View File

@ -201,7 +201,8 @@ int Xorriso_option_end(struct XorrisO *xorriso, int flag);
int Xorriso_option_iso_rr_pattern(struct XorrisO *xorriso, char *mode,
int flag);
/* Option -f */
/* Options -f and -f-off */
/* @param flag bit0= -f-off */
int Xorriso_option_f(struct XorrisO *xorriso, int flag);
/* Option -find alias -findi */