summaryrefslogtreecommitdiff
path: root/src/locale/localectl.c
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2019-10-08 18:19:59 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2019-10-08 18:21:27 +0200
commitce2529b4a26feba7b3b4a9802acccb0c002792bc (patch)
treef9342a757ad712a9effc78fee5bb68b478032575 /src/locale/localectl.c
parent9daa65783688428c2cb3614f4e902731cbcee2ce (diff)
downloadsystemd-ce2529b4a26feba7b3b4a9802acccb0c002792bc.tar.gz
Highlight the synopsis and summary in --help
This doesn't cover all the binaries, but I don't know how to script this, and I run out of steam ;)
Diffstat (limited to 'src/locale/localectl.c')
-rw-r--r--src/locale/localectl.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/locale/localectl.c b/src/locale/localectl.c
index 9fb5152110..5532e93255 100644
--- a/src/locale/localectl.c
+++ b/src/locale/localectl.c
@@ -23,6 +23,7 @@
#include "set.h"
#include "spawn-polkit-agent.h"
#include "strv.h"
+#include "terminal-util.h"
#include "verbs.h"
#include "virt.h"
@@ -384,8 +385,8 @@ static int help(void) {
if (r < 0)
return log_oom();
- printf("%s [OPTIONS...] COMMAND ...\n\n"
- "Query or change system locale and keyboard settings.\n\n"
+ printf("%s%s [OPTIONS...] COMMAND ...\n\n"
+ "Query or change system locale and keyboard settings.%s\n\n"
" -h --help Show this help\n"
" --version Show package version\n"
" --no-pager Do not pipe output into a pager\n"
@@ -407,7 +408,9 @@ static int help(void) {
" Show known X11 keyboard mapping variants\n"
" list-x11-keymap-options Show known X11 keyboard mapping options\n"
"\nSee the %s for details.\n"
+ , ansi_highlight()
, program_invocation_short_name
+ , ansi_normal()
, link
);