chiark / gitweb /
man: Add reason for disk model info not working
[elogind.git] / src / login / inhibit.c
index 28ce553b3e6c65c5f69ff3a805b00cb0e94930b6..9b6613340f2324ba53fbbb547733016b1f606682 100644 (file)
@@ -162,7 +162,8 @@ static int help(void) {
                "     --version            Show package version\n"
                "     --what=WHAT          Operations to inhibit, colon separated list of:\n"
                "                          shutdown, sleep, idle, handle-power-key,\n"
-               "                          handle-sleep-key, handle-lid-switch\n"
+               "                          handle-suspend-key, handle-hibernate-key,\n"
+               "                          handle-lid-switch\n"
                "     --who=STRING         A descriptive string who is inhibiting\n"
                "     --why=STRING         A descriptive string why is being inhibited\n"
                "     --mode=MODE          One of block or delay\n"
@@ -209,7 +210,6 @@ static int parse_argv(int argc, char *argv[]) {
 
                 case ARG_VERSION:
                         puts(PACKAGE_STRING);
-                        puts(DISTRIBUTION);
                         puts(SYSTEMD_FEATURES);
                         return 0;