diff options
author | Thomas Hindoe Paaboel Andersen <phomes@gmail.com> | 2013-10-30 23:13:25 +0100 |
---|---|---|
committer | Thomas Hindoe Paaboel Andersen <phomes@gmail.com> | 2013-10-30 23:13:25 +0100 |
commit | 4b4bec19582c3ad2b7d25116f3c22c783274fead (patch) | |
tree | 258c6ed2191a96ff0e5f8d597dde66be931ccff0 /src/locale | |
parent | 4d7859d173282e16bb75254c2b4ec14a915ef30b (diff) |
localectl: remove unused 'P' arg
Diffstat (limited to 'src/locale')
-rw-r--r-- | src/locale/localectl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/locale/localectl.c b/src/locale/localectl.c index f08c1f4d19..402b058e40 100644 --- a/src/locale/localectl.c +++ b/src/locale/localectl.c @@ -745,7 +745,7 @@ static int parse_argv(int argc, char *argv[]) { assert(argc >= 0); assert(argv); - while ((c = getopt_long(argc, argv, "hH:M:P", options, NULL)) >= 0) { + while ((c = getopt_long(argc, argv, "hH:M:", options, NULL)) >= 0) { switch (c) { |