escape: Fix help description (#6352)
authorJeremy Bicha <jbicha@ubuntu.com>
Thu, 13 Jul 2017 14:44:33 +0000 (10:44 -0400)
committerLennart Poettering <lennart@poettering.net>
Thu, 13 Jul 2017 14:44:33 +0000 (16:44 +0200)
Resolves: #6351

src/escape/escape.c

index af98c98..89e885d 100644 (file)
@@ -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"