[systemd-commits] src/locale

Thomas H.P. Andersen phomes at kemper.freedesktop.org
Wed Oct 30 23:12:29 CET 2013


 src/locale/localectl.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 4b4bec19582c3ad2b7d25116f3c22c783274fead
Author: Thomas Hindoe Paaboel Andersen <phomes at gmail.com>
Date:   Wed Oct 30 23:13:25 2013 +0100

    localectl: remove unused 'P' arg

diff --git a/src/locale/localectl.c b/src/locale/localectl.c
index f08c1f4..402b058 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) {
 



More information about the systemd-commits mailing list