Everything
3.2.2 Option information

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=test.sub -list -show

 

<Subcommand file "test.sub">

input sample.obj

 

*** Options ***
 
-subcommand=test.sub    (1)
input sample.obj        (2)
-list                   (1)
-show                   (1)

Number

Description

(1)

Options specified by command line

The options specified by the command line are output (in their specified order).

(2)

Options specified in subcommand file

The options specified in subcommand file "test.sub" are output.