summaryrefslogtreecommitdiff
path: root/src/run
diff options
context:
space:
mode:
authorWieland Hoffmann <themineo@gmail.com>2016-03-12 11:50:34 +0100
committerWieland Hoffmann <themineo@gmail.com>2016-03-12 11:50:34 +0100
commitb61a09a5227747db8b8a55b3949b38066fd1a0b7 (patch)
treeee3222d75f5a0e166b4495a6c1e35f7e3188f880 /src/run
parent5d331c192fe754377a5cc779de669bd020cbdd4c (diff)
run: Improve the help message about timer options and existing units
Diffstat (limited to 'src/run')
-rw-r--r--src/run/run.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/run/run.c b/src/run/run.c
index e7f4c21f73..1ed1bd96bf 100644
--- a/src/run/run.c
+++ b/src/run/run.c
@@ -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"