Included -md5 on with option -for_backup

This commit is contained in:
2009-08-18 19:09:15 +00:00
parent 1a17a0b120
commit 7e9cf98fca
3 changed files with 21 additions and 13 deletions

View File

@ -15478,7 +15478,7 @@ int Xorriso_option_help(struct XorrisO *xorriso, int flag)
" -xattr \"on\"|\"off\"",
" Enable resp. disable reading and writing of xattr.",
" -for_backup",
" Shortcut for: -hardlinks on -acl on -xattr on",
" Shortcut for: -hardlinks on -acl on -xattr on -md5 on",
" -disk_dev_ino \"on\"|\"ino_only\"|\"off\"",
" Enable resp. disable recording of disk file dev_t and ino_t",
" and their use in file comparison.",
@ -19079,6 +19079,8 @@ next_command:;
ret= Xorriso_option_acl(xorriso, "on", 0);
if(ret > 0)
ret= Xorriso_option_xattr(xorriso, "on", 0);
if(ret > 0)
ret= Xorriso_option_md5(xorriso, "on", 0);
} else if(strcmp(cmd,"format")==0) {
(*idx)++;