[systemd-commits] man/systemd-bootchart.xml src/bootchart

Harald Hoyer harald at kemper.freedesktop.org
Thu Mar 7 07:20:26 PST 2013


 man/systemd-bootchart.xml |    8 ++++++++
 src/bootchart/bootchart.c |    2 ++
 2 files changed, 10 insertions(+)

New commits:
commit 78da2cd926937935741ce86bd53c8b546cca6f7a
Author: Harald Hoyer <harald at redhat.com>
Date:   Thu Mar 7 16:19:38 2013 +0100

    bootchart: document -C, --cmdline parameter

diff --git a/man/systemd-bootchart.xml b/man/systemd-bootchart.xml
index 9067d65..f3c9670 100644
--- a/man/systemd-bootchart.xml
+++ b/man/systemd-bootchart.xml
@@ -183,6 +183,14 @@
                         </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>
                                 <listitem><para>Specify the output folder for the
diff --git a/src/bootchart/bootchart.c b/src/bootchart/bootchart.c
index e7c0b49..65f16c5 100644
--- a/src/bootchart/bootchart.c
+++ b/src/bootchart/bootchart.c
@@ -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);



More information about the systemd-commits mailing list