chiark / gitweb /
bootctl: fix help text
[elogind.git] / src / boot / bootctl.c
index a9202775453d3cd479f64ac3b6a2fcb5b54693b8..af694fdf64adff9393b02391c04b5ac5c901d4f3 100644 (file)
@@ -38,7 +38,7 @@ static int help(void) {
                "  -h --help              Show this help\n"
                "     --version           Show package version\n"
                "Commands:\n"
-               "  status                 Show current time settings\n",
+               "  status                 Show current boot settings\n",
                program_invocation_short_name);
 
         return 0;