summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorVictor Lowther <victor.lowther@gmail.com>2008-03-15 17:18:17 -0500
committerVictor Lowther <victor.lowther@gmail.com>2008-03-15 17:18:17 -0500
commit40cf5324abdfa5eac08cba836ca84097849ad188 (patch)
tree5839fd6dec99c6faa49a88de31b1722654344852 /src
parentde8659ed4bb5d42251ee8695fc54642dbcce0604 (diff)
Implemented sleep_method_help support.
This intergrates sleep modules into the help system.
Diffstat (limited to 'src')
-rw-r--r--src/pm-action.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pm-action.in b/src/pm-action.in
index 204c0e5..c1a0b35 100644
--- a/src/pm-action.in
+++ b/src/pm-action.in
@@ -35,6 +35,7 @@ help()
echo
echo "Options can change how suspend or hibernate is done."
run_hooks sleep help
+ command_exists sleep_method_help && sleep_method_help
exit 0
}