chiark / gitweb /
machinectl: privileged option is gone
[elogind.git] / src / machine / machinectl.c
index 7500d5c1c3b416513d809c6a5c0212fd162307b1..8795565f8e5d6c02a27567217d80c7319c7bdf85 100644 (file)
@@ -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                   }
         };