diff options
author | Jeremy Bicha <jbicha@ubuntu.com> | 2017-07-13 10:44:33 -0400 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2017-07-13 16:44:33 +0200 |
commit | 303608c1bcf9568371625fbbd9442946cadba422 (patch) | |
tree | cdcb27c671bd48e790419be904d9ecd04f382eeb /src/escape | |
parent | c1edab7ad1e7ccc9be693bedfd464cd1cbffb395 (diff) | |
download | systemd-303608c1bcf9568371625fbbd9442946cadba422.tar.gz |
escape: Fix help description (#6352)
Resolves: #6351
Diffstat (limited to 'src/escape')
-rw-r--r-- | src/escape/escape.c | 2 |
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" |