From: Jeremy Bicha Date: Thu, 13 Jul 2017 14:44:33 +0000 (-0400) Subject: escape: Fix help description (#6352) X-Git-Tag: v235~340 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=303608c1bcf9568371625fbbd9442946cadba422;p=thirdparty%2Fsystemd.git escape: Fix help description (#6352) Resolves: #6351 --- diff --git a/src/escape/escape.c b/src/escape/escape.c index af98c98e406..89e885d47c8 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"