diff options
author | Lennart Poettering <lennart@poettering.net> | 2013-02-12 00:34:39 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2013-02-12 00:34:41 +0100 |
commit | 82c1d8f4eb74ddd9be2c9b9b56d9dc564c599eff (patch) | |
tree | 6e6ca0c0bbf6c1faeabaf7e7338002256f87c1de /src/locale/localectl.c | |
parent | 96088db02b2802049f1edbd44d5f8c2ea838f3f2 (diff) |
localectl: fix --help text
https://bugs.freedesktop.org/show_bug.cgi?id=60595
Diffstat (limited to 'src/locale/localectl.c')
-rw-r--r-- | src/locale/localectl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/locale/localectl.c b/src/locale/localectl.c index 8c3c8e3f0f..ce31e1ffce 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" |