Also fix a silly typo
---
 pm/sleep.d/00auto-quirk |   11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)

diff --git a/pm/sleep.d/00auto-quirk b/pm/sleep.d/00auto-quirk
index 3514869..66440ac 100755
--- a/pm/sleep.d/00auto-quirk
+++ b/pm/sleep.d/00auto-quirk
@@ -19,8 +19,17 @@ mabye_add_quirks()
        done
 }
 
+help()
+{
+       echo
+       echo "Auto quirk handler option:"
+       echo
+       echo "--auto-quirks"
+}
+
 case $1 in
        suspend|hibernate) mabye_add_quirks ;;
-       *) exit $NA
+       help) help ;;
+       *) exit $NA ;;
 esac
 
-- 
1.5.6.5

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

Reply via email to