From: Lennart Poettering Date: Mon, 11 Feb 2013 23:34:39 +0000 (+0100) Subject: localectl: fix --help text X-Git-Tag: v198~291 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=82c1d8f4eb74ddd9be2c9b9b56d9dc564c599eff 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 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"