From 82c1d8f4eb74ddd9be2c9b9b56d9dc564c599eff Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 12 Feb 2013 00:34:39 +0100 Subject: [PATCH] localectl: fix --help text https://bugs.freedesktop.org/show_bug.cgi?id=60595 --- src/locale/localectl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locale/localectl.c b/src/locale/localectl.c index 8c3c8e3f0..ce31e1ffc 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" -- 2.30.2