summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Lowther <victor.lowther@gmail.com>2008-02-06 12:07:48 -0600
committerVictor Lowther <victor.lowther@gmail.com>2008-02-07 13:46:14 -0600
commit64c5393ce7d5ad02f773d11aa3d2cf307393fc08 (patch)
treeef7d49888946cc083ac903c67226a7245b5d01b7
parent5ca9d9514c09b2d83808ffa4e2ca0b8c64d1fe4c (diff)
...and make it check in the case statement too. :|
-rwxr-xr-xsrc/pm-is-supported.in2
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