summaryrefslogtreecommitdiff
path: root/src/verify/verify.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/verify/verify.c')
-rw-r--r--src/verify/verify.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/verify/verify.c b/src/verify/verify.c
index cad79ecf48..c1a3da8d14 100644
--- a/src/verify/verify.c
+++ b/src/verify/verify.c
@@ -278,8 +278,8 @@ static void help(void) {
"Check if unit files can be correctly loaded.\n\n"
" -h --help Show this help\n"
" --version Show package version\n"
- " --system Connect to system manager\n"
- " --user Connect to user service manager\n"
+ " --system Test system units\n"
+ " --user Test user units\n"
" --no-man Do not check for existence of man pages\n"
, program_invocation_short_name);
}