summaryrefslogtreecommitdiff
path: root/src/escape
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2017-07-14 18:39:18 +0200
committerLennart Poettering <lennart@poettering.net>2017-07-31 18:01:42 +0200
commitab7e3ef561e5c1ff63b58f4a329a9f90f0768eb0 (patch)
treec25b90b580580031907131bb815edc43184ac81b /src/escape
parent3a0bf6d6aa08a267aefd5d5620fb6bee2556affb (diff)
downloadsystemd-ab7e3ef561e5c1ff63b58f4a329a9f90f0768eb0.tar.gz
escape: fix systemd-escape description text
The long man page paragraph got it right: the tool is for escaping systemd unit names, not just system unit names. Also fix the short man page paragraph and the --help text. Follow-up for 303608c1bcf9568371625fbbd9442946cadba422
Diffstat (limited to 'src/escape')
-rw-r--r--src/escape/escape.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/escape/escape.c b/src/escape/escape.c
index 89e885d47c..5518c2a6fa 100644
--- a/src/escape/escape.c
+++ b/src/escape/escape.c
@@ -38,7 +38,7 @@ static bool arg_path = false;
static void help(void) {
printf("%s [OPTIONS...] [NAME...]\n\n"
- "Escape strings for usage in system unit names.\n\n"
+ "Escape strings for usage in systemd unit names.\n\n"
" -h --help Show this help\n"
" --version Show package version\n"
" --suffix=SUFFIX Unit suffix to append to escaped strings\n"