Option strings specified by a command line or subcommand file are output.
The output example of the option information when the following command line and subcommand file are specified is shown below.
<Command line>
>rlink -subcommand=sub.txt -list
|
<Subcommand file "sub.txt">
input sample1.mot
input sample2.mot
form stype
output result
|
*** Options ***
-subcommand=sub.txt (1)
input sample1.mot (2)
input sample2.mot (2)
form stype (2)
output result (2)
-list (1)
|
|
|
|
Options specified by command line
The options specified by the command line are output (in their specified order).
|
|
Options specified in subcommand file
The options specified in subcommand file "sub.txt" are output.
|