summaryrefslogtreecommitdiff
path: root/src/escape
diff options
context:
space:
mode:
authorJeremy Bicha <jbicha@ubuntu.com>2017-07-13 10:44:33 -0400
committerLennart Poettering <lennart@poettering.net>2017-07-13 16:44:33 +0200
commit303608c1bcf9568371625fbbd9442946cadba422 (patch)
treecdcb27c671bd48e790419be904d9ecd04f382eeb /src/escape
parentc1edab7ad1e7ccc9be693bedfd464cd1cbffb395 (diff)
downloadsystemd-303608c1bcf9568371625fbbd9442946cadba422.tar.gz
escape: Fix help description (#6352)
Resolves: #6351
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 af98c98e40..89e885d47c 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"
- "Show system and user paths.\n\n"
+ "Escape strings for usage in system 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"