diff --git a/man/systemd-inhibit.xml b/man/systemd-inhibit.xml
index f3ccee3bbb..1218836cb2 100644
--- a/man/systemd-inhibit.xml
+++ b/man/systemd-inhibit.xml
@@ -108,7 +108,8 @@
sleep,
idle,
handle-power-key,
- handle-sleep-key,
+ handle-suspend-key,
+ handle-hibernate-key,
handle-lid-switch,
for inhibiting
reboot/power-off/halt/kexec,
diff --git a/src/login/inhibit.c b/src/login/inhibit.c
index 28ce553b3e..4735df7d3b 100644
--- a/src/login/inhibit.c
+++ b/src/login/inhibit.c
@@ -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"