Update command opts docs.
authorBrenden Matthews <brenden@rty.ca>
Sun, 7 Jun 2009 00:10:20 +0000 (18:10 -0600)
committerBrenden Matthews <brenden@rty.ca>
Sun, 7 Jun 2009 00:10:20 +0000 (18:10 -0600)
doc/command_options.xml
src/conky.c

index 37c96ab..993367a 100644 (file)
        </varlistentry>
 
        <varlistentry>
+               <term><command><option>-D | --debug</option></command></term>
+               <listitem>
+                       Increase debugging output, ie. -DD for more debugging
+                       <para></para></listitem>
+       </varlistentry>
+
+       <varlistentry>
                <term><command><option>-a | --alignment=</option></command><option>ALIGNMENT</option></term>
                <listitem>
                        Text alignment on screen, {top,bottom,middle}_{left,right,middle} or none
        </varlistentry>
 
        <varlistentry>
+               <term><command><option>-X | --display=</option></command><option>DISPLAY</option></term>
+               <listitem>
+                       X11 display to use
+                       <para></para></listitem>
+       </varlistentry>
+
+       <varlistentry>
                <term><command><option>-x </option></command><option>X_COORDINATE</option></term>
                <listitem>
                        X position
index d48a2b9..d3638cb 100644 (file)
@@ -8514,7 +8514,7 @@ static void print_help(const char *prog_name) {
                        "file.\n"
                        "   -v, --version             version\n"
                        "   -q, --quiet               quiet mode\n"
-                       "   -D, --debug               increase debugging output\n"
+                       "   -D, --debug               increase debugging output, ie. -DD for more debugging\n"
                        "   -c, --config=FILE         config file to load\n"
 #ifdef CONFIG_OUTPUT
                        "   -C, --print-config        print the builtin default config to stdout\n"