---
 src/pm-is-supported.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/pm-is-supported.in b/src/pm-is-supported.in
index 6538a52..62947f7 100755
--- a/src/pm-is-supported.in
+++ b/src/pm-is-supported.in
@@ -26,7 +26,7 @@ help_options() {
 ARG="$(echo ${1#--}|tr - _)"
 
 case "$ARG" in
-       suspend|hibernate|suspend-hybrid)
+       suspend|hibernate|suspend_hybrid)
                "check_$ARG"; exit $? ;;
        help)   help_options ;;
        *)      help_options 1>&2
-- 
1.5.3.8

_______________________________________________
Pm-utils mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/pm-utils

Reply via email to