diff options
author | Marc-Antoine Perennou <Marc-Antoine@Perennou.com> | 2013-10-30 12:33:11 +0900 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2013-10-30 15:35:59 +0100 |
commit | 415e7f65dbc66089f0d1b9de6785026596df88e7 (patch) | |
tree | 430e3fe2bf0d3a07746467d2df387bddee55894e /src/machine | |
parent | 1cb8df46cb958daa5305c16e7b42ac22524ccd4d (diff) |
machinectl: privileged option is gone
Diffstat (limited to 'src/machine')
-rw-r--r-- | src/machine/machinectl.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/machine/machinectl.c b/src/machine/machinectl.c index 7500d5c1c3..8795565f8e 100644 --- a/src/machine/machinectl.c +++ b/src/machine/machinectl.c @@ -572,7 +572,6 @@ static int parse_argv(int argc, char *argv[]) { { "kill-who", required_argument, NULL, ARG_KILL_WHO }, { "signal", required_argument, NULL, 's' }, { "host", required_argument, NULL, 'H' }, - { "privileged", no_argument, NULL, 'P' }, { "no-ask-password", no_argument, NULL, ARG_NO_ASK_PASSWORD }, { NULL, 0, NULL, 0 } }; |