<section label="standard_options" id="standard_options">
<anchor id="standard_options_list"/>
<refsect1>
<title>STANDARD OPTIONS</title>
<para>The following is the list of command line options supported by all AfterStep modules and applications.</para><variablelist>
	<varlistentry>
	<term>-v | --version</term>
	<listitem>
   <para>Display version information and stop.    </para>
   </listitem>
	</varlistentry>
	<varlistentry>
	<term>-c | --config</term>
	<listitem>
   <para>Display Config information and stop.    </para>
   </listitem>
	</varlistentry>
	<varlistentry>
	<term>-h | --help</term>
	<listitem>
   <para>Display uasge information and stop.    </para>
   </listitem>
	</varlistentry>
	<varlistentry>
	<term>     --debug</term>
	<listitem>
   <para>Debugging: Run in Synchronous mode.    </para>
   </listitem>
	</varlistentry>
	<varlistentry>
	<term>-s | --single</term>
	<listitem>
   <para>Run on single screen only.    </para>
   </listitem>
	</varlistentry>
	<varlistentry>
	<term>-r | --restart</term>
	<listitem>
   <para>Run as if it was restarted.  same as regular startup, only runs RestartFunction
instead of InitFunction.   </para>
   </listitem>
	</varlistentry>
	<varlistentry>
	<term>-d | --display <replaceable>val</replaceable></term>
	<listitem>
   <para>Specify what X display we should connect to.  Overrides $DISPLAY environment variable.   </para>
   </listitem>
	</varlistentry>
	<varlistentry>
	<term>-f | --config-file <replaceable>val</replaceable></term>
	<listitem>
   <para>Read all config from requested file.  Use it if you want to use .steprc
instead of standard config files.   </para>
   </listitem>
	</varlistentry>
	<varlistentry>
	<term>-p | --user-dir <replaceable>val</replaceable></term>
	<listitem>
   <para>Read all the config from requested dir.  Use it to override config location
requested in compile time.   </para>
   </listitem>
	</varlistentry>
	<varlistentry>
	<term>-g | --global-dir <replaceable>val</replaceable></term>
	<listitem>
   <para>Use requested dir as a shared config dir.  Use it to override shared config location
requested in compile time.   </para>
   </listitem>
	</varlistentry>
	<varlistentry>
	<term>-V | --verbosity-level <replaceable>val</replaceable></term>
	<listitem>
   <para>Change verbosity of the AfterStep output.  0 - will disable any output;
1 - will allow only error messages;
5 - both errors and warnings(default).   </para>
   </listitem>
	</varlistentry>
	<varlistentry>
	<term>     --window <replaceable>val</replaceable></term>
	<listitem>
   <para>Internal Use: Window in which action occured.  interface part which has triggered our startup.   </para>
   </listitem>
	</varlistentry>
	<varlistentry>
	<term>     --context <replaceable>val</replaceable></term>
	<listitem>
   <para>Internal Use: Context in which action occured.  interface part which has triggered our startup.   </para>
   </listitem>
	</varlistentry>
	<varlistentry>
	<term>     --look <replaceable>val</replaceable></term>
	<listitem>
   <para>Read look config from requested file.  Use it if you want to use different look
instead of what was selected from the menu.   </para>
   </listitem>
	</varlistentry>
	<varlistentry>
	<term>     --feel <replaceable>val</replaceable></term>
	<listitem>
   <para>Read feel config from requested file.  Use it if you want to use different feel
instead of what was selected from the menu.   </para>
   </listitem>
	</varlistentry>
	<varlistentry>
	<term>     --theme <replaceable>val</replaceable></term>
	<listitem>
   <para>Read theme config from requested file.  Use it if you want to use different theme
instead of what was selected from the menu.   </para>
   </listitem>
	</varlistentry>
	<varlistentry>
	<term>-l | --log <replaceable>val</replaceable></term>
	<listitem>
   <para>Save all output into the file instead of printing it to console.    </para>
   </listitem>
	</varlistentry>
	<varlistentry>
	<term>-L | --locale <replaceable>val</replaceable></term>
	<listitem>
   <para>Set language locale to be used while displaying text.    </para>
   </listitem>
	</varlistentry>
</variablelist>
</refsect1>
</section>
