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"