From 415e7f65dbc66089f0d1b9de6785026596df88e7 Mon Sep 17 00:00:00 2001 From: Marc-Antoine Perennou Date: Wed, 30 Oct 2013 12:33:11 +0900 Subject: [PATCH] machinectl: privileged option is gone --- src/machine/machinectl.c | 1 - 1 file changed, 1 deletion(-) 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 } }; -- 2.30.2