|
@@ -20,7 +20,7 @@
|
|
|
<refentry>
|
|
|
|
|
|
<refentryinfo>
|
|
|
- <date>March 10, 2010</date>
|
|
|
+ <date>April 12, 2010</date>
|
|
|
</refentryinfo>
|
|
|
|
|
|
<refmeta>
|
|
@@ -44,8 +44,11 @@
|
|
|
<refsynopsisdiv>
|
|
|
<cmdsynopsis>
|
|
|
<command>b10-cfgmgr</command>
|
|
|
- <arg><option>-c<replaceable>config-filename</replaceable></option></arg>
|
|
|
- <arg><option>-p<replaceable>data_path</replaceable></option></arg>
|
|
|
+ <arg><option>-c <replaceable>config-filename</replaceable></option></arg>
|
|
|
+ <arg><option>-p <replaceable>data_path</replaceable></option></arg>
|
|
|
+ <arg><option>--clear-config</option></arg>
|
|
|
+ <arg><option>--config-filename <replaceable>config-filename</replaceable></option></arg>
|
|
|
+ <arg><option>--data-path <replaceable>data_path</replaceable></option></arg>
|
|
|
</cmdsynopsis>
|
|
|
</refsynopsisdiv>
|
|
|
|
|
@@ -95,7 +98,25 @@
|
|
|
<variablelist>
|
|
|
<varlistentry>
|
|
|
<term>
|
|
|
- <option>-c</option><replaceable>config-filename</replaceable>,
|
|
|
+ <option>--clear-config</option>
|
|
|
+ </term>
|
|
|
+ <listitem>
|
|
|
+ <para>
|
|
|
+ This will create a backup of the existing configuration
|
|
|
+ file, remove it, and
|
|
|
+ <refentrytitle>b10-cfgmgr</refentrytitle><manvolnum>8</manvolnum>
|
|
|
+ will use the default configurations.
|
|
|
+ The name of the backup file can be found in the logs
|
|
|
+ (<varname>CFGMGR_RENAMED_CONFIG_FILE</varname>).
|
|
|
+ (It will append a number to the backup filename if a
|
|
|
+ previous backup file exists.)
|
|
|
+ </para>
|
|
|
+ </listitem>
|
|
|
+ </varlistentry>
|
|
|
+
|
|
|
+ <varlistentry>
|
|
|
+ <term>
|
|
|
+ <option>-c</option> <replaceable>config-filename</replaceable>,
|
|
|
<option>--config-filename</option> <replaceable>config-filename</replaceable>
|
|
|
</term>
|
|
|
<listitem>
|
|
@@ -107,7 +128,7 @@
|
|
|
|
|
|
<varlistentry>
|
|
|
<term>
|
|
|
- <option>-p</option><replaceable>data-path</replaceable>,
|
|
|
+ <option>-p</option> <replaceable>data-path</replaceable>,
|
|
|
<option>--data-path</option> <replaceable>data-path</replaceable>
|
|
|
</term>
|
|
|
<listitem>
|