Systemd/src/machine
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
..
machine-dbus.c change type for address family to "int" 2014-07-18 16:10:51 +02:00
machine.c Reject invalid quoted strings 2014-07-31 04:00:31 -04:00
machine.h machined: allow registering host-side network interfaces for communication with containers 2014-07-10 22:47:55 +02:00
machinectl.c Unify parse_argv style 2014-08-03 21:46:07 -04:00
machined-dbus.c machined: allow registering host-side network interfaces for communication with containers 2014-07-10 22:47:55 +02:00
machined.c Remove unnecessary casts in printfs 2014-05-15 15:29:58 +02:00
machined.h machined: fix Kill() bus call on machine objects when "what" is specified as "leader" 2014-03-18 04:48:26 +01:00
Makefile machined: split out machine registration stuff from logind 2013-07-02 03:47:23 +02:00
org.freedesktop.machine1.conf machinectl: show /etc/os-release information of container in status output 2014-07-03 17:54:24 +02:00
org.freedesktop.machine1.service machined: split out machine registration stuff from logind 2013-07-02 03:47:23 +02:00
test-machine-tables.c tests: add tests for string lookup tables 2013-07-05 01:36:16 -04:00