]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
run: Improve the help message about timer options and existing units 2828/head
authorWieland Hoffmann <themineo@gmail.com>
Sat, 12 Mar 2016 10:50:34 +0000 (11:50 +0100)
committerWieland Hoffmann <themineo@gmail.com>
Sat, 12 Mar 2016 10:50:34 +0000 (11:50 +0100)
src/run/run.c

index e7f4c21f735378e65e5dfc80e8afbd20abc60808..1ed1bd96bf01a32d3016605fff1d0687719a36fb 100644 (file)
@@ -83,8 +83,8 @@ static void polkit_agent_open_if_enabled(void) {
 static void help(void) {
         printf("%s [OPTIONS...] {COMMAND} [ARGS...]\n\n"
                "Run the specified command in a transient scope or service or timer\n"
-               "unit. If timer option is specified and unit is exist which is\n"
-               "specified with --unit option then command can be omitted.\n\n"
+               "unit. If a timer option is specified and the unit specified with\n"
+               "the --unit option exists, the command can be omitted.\n\n"
                "  -h --help                       Show this help\n"
                "     --version                    Show package version\n"
                "     --no-ask-password            Do not prompt for password\n"