From: Thomas Hindoe Paaboel Andersen Date: Mon, 4 Nov 2013 16:32:50 +0000 (+0100) Subject: hostnamectl: H requires an argument, P is no longer used X-Git-Tag: v209~1671 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=fc7689bc9ccf9b94f9a9f666f84c79b8f5b84791;p=elogind.git hostnamectl: H requires an argument, P is no longer used --- diff --git a/src/hostname/hostnamectl.c b/src/hostname/hostnamectl.c index 7591d9998..8d8dc3d7f 100644 --- a/src/hostname/hostnamectl.c +++ b/src/hostname/hostnamectl.c @@ -327,7 +327,7 @@ static int parse_argv(int argc, char *argv[]) { assert(argc >= 0); assert(argv); - while ((c = getopt_long(argc, argv, "hHM:P", options, NULL)) >= 0) { + while ((c = getopt_long(argc, argv, "hH:M:", options, NULL)) >= 0) { switch (c) {