Systemd/src/libsystemd
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
..
sd-bus Unify parse_argv style 2014-08-03 21:46:07 -04:00
sd-daemon libsystemd: make use of our common sockaddr_union everywhere 2014-07-10 21:16:40 +02:00
sd-event time-util: add and use USEC/NSEC_INFINIY 2014-07-29 13:20:20 +02:00
sd-id128 sd-id128: use new dev_urandom() call 2014-02-19 17:53:50 +01:00
sd-login Always prefer our headers to system headers 2014-07-31 08:56:03 -04:00
sd-path build-sys: export sd_path APIs 2014-07-11 03:13:24 +02:00
sd-resolve resolve: fix copy/paste error 2014-05-15 17:31:14 +02:00
sd-rtnl time-util: add and use USEC/NSEC_INFINIY 2014-07-29 13:20:20 +02:00
sd-utf8 libsystemd: split up into subdirs 2014-01-21 14:41:35 +01:00
.gitignore build-sys: export experimental symbols only with --enable-kdbus 2014-02-19 20:53:18 +01:00
libsystemd.pc.in build-sys: update .pc.in files 2014-01-25 18:55:58 -05:00
libsystemd.sym.m4 sd-login: always use "indices" as plural of "index" 2014-07-17 01:48:40 +02:00
Makefile libsystemd-bus: rename to libsystemd 2014-01-13 18:54:19 +01:00