summaryrefslogtreecommitdiff
path: root/src/login
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2012-09-19 15:28:55 +0200
committerLennart Poettering <lennart@poettering.net>2012-09-19 15:28:55 +0200
commit12a1309e117972791a84f20483e981a42be0d9ac (patch)
tree8fea103ff0ba47a6fd720ae8b7d5ea972a3c9f99 /src/login
parentbeaafb2ea6be591882aef21fe19b88e3b2461087 (diff)
man: document new inhibitor types
Diffstat (limited to 'src/login')
-rw-r--r--src/login/inhibit.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/login/inhibit.c b/src/login/inhibit.c
index cabf1b9ce..28ce553b3 100644
--- a/src/login/inhibit.c
+++ b/src/login/inhibit.c
@@ -160,8 +160,9 @@ static int help(void) {
"Execute a process while inhibiting shutdown/sleep/idle.\n\n"
" -h --help Show this help\n"
" --version Show package version\n"
- " --what=WHAT Operations to inhibit, colon separated list of idle,\n"
- " sleep, shutdown\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"
" --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"