summaryrefslogtreecommitdiff
path: root/src/bootchart
diff options
context:
space:
mode:
authorHarald Hoyer <harald@redhat.com>2013-03-07 16:19:38 +0100
committerHarald Hoyer <harald@redhat.com>2013-03-07 16:19:38 +0100
commit78da2cd926937935741ce86bd53c8b546cca6f7a (patch)
tree9225cb1bb070104423517b45a5a955e5f8078857 /src/bootchart
parent57dbefdf3878cf3408f62beb69f4b87b5dc65df2 (diff)
bootchart: document -C, --cmdline parameter
Diffstat (limited to 'src/bootchart')
-rw-r--r--src/bootchart/bootchart.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/bootchart/bootchart.c b/src/bootchart/bootchart.c
index e7c0b4942..65f16c517 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);