Systemd/src/bootchart
Zbigniew Jędrzejewski-Szmek 601185b43d Unify parse_argv style
getopt is usually good at printing out a nice error message when
commandline options are invalid. It distinguishes between an unknown
option and a known option with a missing arg. It is better to let it
do its job and not use opterr=0 unless we actually want to suppress
messages. So remove opterr=0 in the few places where it wasn't really
useful.

When an error in options is encountered, we should not print a lengthy
help() and overwhelm the user, when we know precisely what is wrong
with the commandline. In addition, since help() prints to stdout, it
should not be used except when requested with -h or --help.

Also, simplify things here and there.
2014-08-03 21:46:07 -04:00
..
bootchart.c Unify parse_argv style 2014-08-03 21:46:07 -04:00
bootchart.conf bootchart: add control group option 2014-04-24 19:21:51 -04:00
bootchart.h bootchart: add control group option 2014-04-24 19:21:51 -04:00
Makefile build-sys: add makefile to bootchart 2013-01-21 01:04:16 +01:00
store.c bootchart: don't parse /proc/uptime, use CLOCK_BOOTTIME 2014-08-03 01:12:53 -04:00
store.h bootchart: fix typos in copyright notices 2013-06-12 01:40:02 -04:00
svg.c bootchart: add assert 2014-06-19 00:18:05 +02:00
svg.h bootchart: fix typos in copyright notices 2013-06-12 01:40:02 -04:00