summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMarc-Antoine Perennou <Marc-Antoine@Perennou.com>2013-10-30 12:33:11 +0900
committerTom Gundersen <teg@jklm.no>2013-10-30 15:35:59 +0100
commit415e7f65dbc66089f0d1b9de6785026596df88e7 (patch)
tree430e3fe2bf0d3a07746467d2df387bddee55894e /src
parent1cb8df46cb958daa5305c16e7b42ac22524ccd4d (diff)
machinectl: privileged option is gone
Diffstat (limited to 'src')
-rw-r--r--src/machine/machinectl.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/machine/machinectl.c b/src/machine/machinectl.c
index 7500d5c1c..8795565f8 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 }
};