1
0
mirror of https://github.com/systemd/systemd.git synced 2025-03-31 14:50:15 +03:00

machinectl: privileged option is gone

This commit is contained in:
Marc-Antoine Perennou 2013-10-30 12:33:11 +09:00 committed by Tom Gundersen
parent 1cb8df46cb
commit 415e7f65db

View 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 }
};