summaryrefslogtreecommitdiffstats
path: root/scripts/pybootchartgui/pybootchartgui/main.py.in
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/pybootchartgui/pybootchartgui/main.py.in')
-rw-r--r--scripts/pybootchartgui/pybootchartgui/main.py.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/pybootchartgui/pybootchartgui/main.py.in b/scripts/pybootchartgui/pybootchartgui/main.py.in
index 39271865d6..1d70271f72 100644
--- a/scripts/pybootchartgui/pybootchartgui/main.py.in
+++ b/scripts/pybootchartgui/pybootchartgui/main.py.in
@@ -55,7 +55,7 @@ def _mk_options_parser():
55# parser.add_option("--show-pid", action="store_true", dest="show_pid", default=False, 55# parser.add_option("--show-pid", action="store_true", dest="show_pid", default=False,
56# help="show process ids in the bootchart as 'processname [pid]'") 56# help="show process ids in the bootchart as 'processname [pid]'")
57 parser.add_option("--show-all", action="store_true", dest="show_all", default=False, 57 parser.add_option("--show-all", action="store_true", dest="show_all", default=False,
58 help="show all process information in the bootchart as '/process/path/exe [pid] [args]'") 58 help="show all processes in the chart")
59# parser.add_option("--crop-after", dest="crop_after", metavar="PROCESS", default=None, 59# parser.add_option("--crop-after", dest="crop_after", metavar="PROCESS", default=None,
60# help="crop chart when idle after PROCESS is started") 60# help="crop chart when idle after PROCESS is started")
61# parser.add_option("--annotate", action="append", dest="annotate", metavar="PROCESS", default=None, 61# parser.add_option("--annotate", action="append", dest="annotate", metavar="PROCESS", default=None,