New command -changes_pending
This commit is contained in:
@ -460,7 +460,8 @@ int Xorriso_count_args(struct XorrisO *xorriso, int argc, char **argv,
|
||||
"abort_on","acl","add_plainly","application_id","auto_charset",
|
||||
"abstract_file",
|
||||
"backslash_codes","blank","biblio_file",
|
||||
"calm_drive","cd","cdi","cdx","charset","close","close_damaged",
|
||||
"calm_drive","cd","cdi","cdx","changes_pending","charset",
|
||||
"close","close_damaged",
|
||||
"commit_eject","compliance","copyright_file",
|
||||
"dev","dialog","disk_dev_ino","disk_pattern","displacement",
|
||||
"dummy","dvd_obs","early_stdio_test", "eject",
|
||||
@ -682,7 +683,7 @@ int Xorriso_cmd_sorting_rank(struct XorrisO *xorriso,
|
||||
|
||||
"* Writing the result, drive control:",
|
||||
"format", "blank", "close_damaged",
|
||||
"rollback", "commit", "commit_eject",
|
||||
"rollback", "changes_pending", "commit", "commit_eject",
|
||||
"eject",
|
||||
|
||||
"* Evaluation of readability and recovery:",
|
||||
@ -1008,6 +1009,10 @@ next_command:;
|
||||
(*idx)++;
|
||||
ret= Xorriso_option_cdx(xorriso, arg1, 0);
|
||||
|
||||
} else if(strcmp(cmd, "changes_pending")==0) {
|
||||
(*idx)++;
|
||||
ret= Xorriso_option_changes_pending(xorriso, arg1, 0);
|
||||
|
||||
} else if(strcmp(cmd,"charset")==0) {
|
||||
(*idx)++;
|
||||
ret= Xorriso_option_charset(xorriso, arg1, 3);
|
||||
|
Reference in New Issue
Block a user