Fixed typos reported by lintian
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
|
||||
/* xorriso - creates, loads, manipulates and burns ISO 9660 filesystem images.
|
||||
|
||||
Copyright 2007-2015 Thomas Schmitt, <scdbackup@gmx.net>
|
||||
Copyright 2007-2016 Thomas Schmitt, <scdbackup@gmx.net>
|
||||
|
||||
Provided under GPL version 2 or later.
|
||||
|
||||
@ -2284,12 +2284,12 @@ int Xorriso_option_help(struct XorrisO *xorriso, int flag)
|
||||
"",
|
||||
"General commands:",
|
||||
" -help Print this text",
|
||||
" -abort_on severity Set the threshhold for events to abort the program.",
|
||||
" -abort_on severity Set the threshold for events to abort the program.",
|
||||
" Useful severities: NEVER, ABORT, FATAL, FAILURE, SORRY, WARNING",
|
||||
" -return_with severity exit_value Set the threshhold for events to return",
|
||||
" -return_with severity exit_value Set the threshold for events to return",
|
||||
" at program end the given exit_value even if not aborted.",
|
||||
" exit_value may be 0 or 32 to 63.",
|
||||
" -report_about severity Set the threshhold for events to be reported.",
|
||||
" -report_about severity Set the threshold for events to be reported.",
|
||||
" Use -abort_on severities or: HINT, NOTE, UPDATE, DEBUG, ALL",
|
||||
" -signal_handling \"on\"|\"off\"|\"sig_dfl\"|\"sig_ign\"",
|
||||
" Handling of signals. Default \"on\" uses libburn handler.",
|
||||
|
Reference in New Issue
Block a user