Default -abort_on value is now "FAILURE", for dialog it stays "FATAL"
This commit is contained in:
@ -2804,6 +2804,10 @@ file content stems from the loaded ISO image and is not filtered.
|
||||
Enable or disable to enter dialog mode after all arguments are processed.
|
||||
In dialog mode input lines get prompted via readline or from stdin.
|
||||
.br
|
||||
If no -abort_on severity was set when dialog starts, then "FATAL" is set
|
||||
to avoid abort in most cases of wrong input. Before dialog begins the
|
||||
default is "FAILURE" which e.g. aborts on unknown commands.
|
||||
.br
|
||||
Mode "on" supports input of newline characters within quotation marks and
|
||||
line continuation by trailing backslash outside quotation marks.
|
||||
Mode "single_line" does not.
|
||||
@ -2941,6 +2945,8 @@ Print the foreseeable consumption of 2048 byte blocks
|
||||
by next -commit. This can last a while as a -commit gets
|
||||
prepared and only in last moment is revoked by this option.
|
||||
The result depends on several settings and also on the kind of output device.
|
||||
If no -jidgo options are given, then -padding (300 kB by default) is not
|
||||
counted as part of the image size.
|
||||
.TP
|
||||
\fB\-tell_media_space\fR
|
||||
Print available space on output media and the free space after
|
||||
@ -4219,6 +4225,8 @@ Files with names matching *.o or *.swp get excluded explicitly.
|
||||
When done with writing the new session gets checked by its recorded MD5.
|
||||
.br
|
||||
$ xorriso \\
|
||||
.br
|
||||
-abort_on FATAL \\
|
||||
.br
|
||||
-for_backup -disk_dev_ino on \\
|
||||
.br
|
||||
|
Reference in New Issue
Block a user