summaryrefslogtreecommitdiff
path: root/src/locale
diff options
context:
space:
mode:
authorThomas Hindoe Paaboel Andersen <phomes@gmail.com>2013-10-30 23:13:25 +0100
committerThomas Hindoe Paaboel Andersen <phomes@gmail.com>2013-10-30 23:13:25 +0100
commit4b4bec19582c3ad2b7d25116f3c22c783274fead (patch)
tree258c6ed2191a96ff0e5f8d597dde66be931ccff0 /src/locale
parent4d7859d173282e16bb75254c2b4ec14a915ef30b (diff)
localectl: remove unused 'P' arg
Diffstat (limited to 'src/locale')
-rw-r--r--src/locale/localectl.c2
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) {