X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fhostname%2Fhostnamectl.c;h=8d8dc3d7f357e73a24def4fe363f08f28c45d168;hp=7591d99988759c7d0873d8697b43d2c4677eef3c;hb=fc7689bc9ccf9b94f9a9f666f84c79b8f5b84791;hpb=b028f3e410a7b9ba6b6291a79164d3de2638eb0b 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) {