summaryrefslogtreecommitdiff
path: root/src/locale
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2013-02-12 00:34:39 +0100
committerLennart Poettering <lennart@poettering.net>2013-02-12 00:34:41 +0100
commit82c1d8f4eb74ddd9be2c9b9b56d9dc564c599eff (patch)
tree6e6ca0c0bbf6c1faeabaf7e7338002256f87c1de /src/locale
parent96088db02b2802049f1edbd44d5f8c2ea838f3f2 (diff)
localectl: fix --help text
https://bugs.freedesktop.org/show_bug.cgi?id=60595
Diffstat (limited to 'src/locale')
-rw-r--r--src/locale/localectl.c2
1 files changed, 1 insertions, 1 deletions
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"