File: unix_args.sgml

package info (click to toggle)
artemis 16.0.0%2Bdfsg-4~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 17,092 kB
  • sloc: java: 129,622; sh: 3,225; xml: 2,074; makefile: 185; perl: 83; sql: 47
file content (31 lines) | stat: -rw-r--r-- 927 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
  <SECT1 ID="UNIXARGS">
    <TITLE>UNIX Command Line Arguments for &prog;</TITLE>
    <PARA>
As well as the listing file names on the command line, the following switches
are available to UNIX users:
    </PARA>

    <SECT2 ID="UNIXARGS-QUIET">
      <TITLE><LITERAL>-quiet</LITERAL></TITLE>
      <PARA>
This option tells &prog; to suppress normal informational messages while
running.
      </PARA>
    </SECT2>

    <SECT2 ID="UNIXARGS-OPTIONS">
      <TITLE><LITERAL>-options</LITERAL></TITLE>
      <PARA>
This option instructs &prog; to read an extra file of options after reading
the standard options.  (See <XREF LINKEND="OPTIONS-INTRO"> for more about the
&prog; options file.)
      </PARA>
      <PARA>
For example <LITERAL>-options ./new_options</LITERAL> will instruct &prog; to
read <LITERAL>new_options</LITERAL> in the current directory as an options
file.
      </PARA>
    </SECT2>
     &jvmopts;

  </SECT1>