[systemd-commits] src/locale

Lennart Poettering lennart at kemper.freedesktop.org
Mon Feb 11 15:35:07 PST 2013


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

New commits:
commit 82c1d8f4eb74ddd9be2c9b9b56d9dc564c599eff
Author: Lennart Poettering <lennart at poettering.net>
Date:   Tue Feb 12 00:34:39 2013 +0100

    localectl: fix --help text
    
    https://bugs.freedesktop.org/show_bug.cgi?id=60595

diff --git a/src/locale/localectl.c b/src/locale/localectl.c
index 8c3c8e3..ce31e1f 100644
--- a/src/locale/localectl.c
+++ b/src/locale/localectl.c
@@ -609,7 +609,7 @@ static int set_x11_keymap(DBusConnection *bus, char **args, unsigned n) {
 static int help(void) {
 
         printf("%s [OPTIONS...] COMMAND ...\n\n"
-               "Query or change system time and date settings.\n\n"
+               "Query or change system locale and keyboard settings.\n\n"
                "  -h --help              Show this help\n"
                "     --version           Show package version\n"
                "     --no-convert        Don't convert keyboard mappings\n"



More information about the systemd-commits mailing list