chiark / gitweb /
bootchart: document -C, --cmdline parameter
authorHarald Hoyer <harald@redhat.com>
Thu, 7 Mar 2013 15:19:38 +0000 (16:19 +0100)
committerHarald Hoyer <harald@redhat.com>
Thu, 7 Mar 2013 15:19:38 +0000 (16:19 +0100)
man/systemd-bootchart.xml
src/bootchart/bootchart.c

index 9067d6530cf35f6c7ef999398a7d98988ab71f15..f3c967006a9202062c08a2e138f5f24ab8389e32 100644 (file)
                                 </para></listitem>
                         </varlistentry>
 
+                        <varlistentry>
+                                <term><option>-C</option></term>
+                                <term><option>--cmdline</option></term>
+                                <listitem><para>Display the full command line with arguments of processes,
+                                instead of only the process name.
+                                </para></listitem>
+                        </varlistentry>
+
                         <varlistentry>
                                 <term><option>-o</option></term>
                                 <term><option>--output <replaceable>path</replaceable></option></term>
index e7c0b4942b5b7825bf592621664f7293ae1bd84c..65f16c517c1b7cc9270dc48875101a9aa82cf899 100644 (file)
@@ -225,6 +225,8 @@ int main(int argc, char *argv[])
                         fprintf(stderr, " --init,      -i [PATH]   Path to init executable [%s]\n", init_path);
                         fprintf(stderr, " --no-filter, -F          Disable filtering of processes from the graph\n");
                         fprintf(stderr, "                          that are of less importance or short-lived\n");
+                        fprintf(stderr, " --cmdline,   -C          Display the full command line with arguments\n");
+                        fprintf(stderr, "                          of processes, instead of only the process name\n");
                         fprintf(stderr, " --help,      -h          Display this message\n");
                         fprintf(stderr, "See bootchart.conf for more information.\n");
                         exit (EXIT_SUCCESS);