New commands -x, -list_arg_sorting
This commit is contained in:
@ -9,7 +9,7 @@
|
||||
.\" First parameter, NAME, should be all caps
|
||||
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
|
||||
.\" other parameters are allowed: see man(7), man(1)
|
||||
.TH XORRISO 1 "Version 1.2.1, Jan 27, 2012"
|
||||
.TH XORRISO 1 "Version 1.2.1, Jan 31, 2012"
|
||||
.\" Please adjust this date whenever revising the manpage.
|
||||
.\"
|
||||
.\" Some roff macros, for reference:
|
||||
@ -447,7 +447,10 @@ only on GNU/Linux and FreeBSD, where they are known as extattr.
|
||||
.B Command processing:
|
||||
.br
|
||||
Commands are either actions which happen immediately or settings which
|
||||
influence following actions. So their sequence does matter.
|
||||
influence following actions. So their sequence does matter, unless they are
|
||||
given as program arguments and option
|
||||
\fB\-x\fR
|
||||
is among them.
|
||||
.br
|
||||
Commands consist of a command word,
|
||||
followed by zero or more parameter words. If the list of parameter words
|
||||
@ -566,6 +569,34 @@ the dashes of the emulated options are mandatory.
|
||||
Normally any number of leading dashes is ignored with command words and
|
||||
inner dashes are interpreted as underscores.
|
||||
.TP
|
||||
.B Execution order of program arguments:
|
||||
.PP
|
||||
By default the program arguments of a xorriso run are interpreted as a
|
||||
sequence of commands which get performed exactly in the given order.
|
||||
This requires the user to write commands for desired settings before the
|
||||
commands which shall be influenced by those settings.
|
||||
.br
|
||||
Many other programs allow to hand over options as program arguments
|
||||
in an arbitrary sequence and perform settings and actions in a sequence
|
||||
of their own discretion. xorriso provides an option to enable such a behavior
|
||||
at the cost of losing freedom of expression.
|
||||
.TP
|
||||
\fB\-x\fR
|
||||
Enable automatic sorting of program arguments to a sequence that most likely
|
||||
makes some sense. This command may be given at any position among the commands
|
||||
which are handed over as program arguments.
|
||||
.br
|
||||
It works only if it is given as program argument. I.e. not
|
||||
in startup files. not with \-options_from_file, not in dialog mode.
|
||||
.TP
|
||||
\fB\-list_arg_sorting\fR
|
||||
List all xorriso commands in the order which applies if option \-x is in effect.
|
||||
.br
|
||||
This list may also be helpful without \-x, for a user who ponders over the
|
||||
sequence in which to put commands. Deviations from the sorting order may
|
||||
well make sense, though.
|
||||
.PP
|
||||
.TP
|
||||
.B Aquiring source and target drive:
|
||||
.PP
|
||||
The effect of aquiring a drive may depend on several options in the
|
||||
|
Reference in New Issue
Block a user