chiark / gitweb /
man: add systemd-verify(1)
[elogind.git] / src / verify / verify.c
index cad79ecf48f7a89d267943903a8f7e30165da397..c1a3da8d14492015b0a019c46d0cc6cc33cb9285 100644 (file)
@@ -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);
 }