diff options
author | Victor Lowther <victor.lowther@gmail.com> | 2008-09-18 11:22:37 -0500 |
---|---|---|
committer | Victor Lowther <victor.lowther@gmail.com> | 2008-09-18 11:22:37 -0500 |
commit | 390d3019c38e917d3baf9eea8209c54e4970fc5a (patch) | |
tree | 13a3a1ab0a2b655a07c0cb95afe2948ec7c2b294 /src | |
parent | 2fa2d36dd1cbd92f48de75782e4f5f7eca0b668b (diff) |
Forgot to change sleep_method_help in pm-action.in
Diffstat (limited to 'src')
-rwxr-xr-x | src/pm-action.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pm-action.in b/src/pm-action.in index b9e5a21..88bdb4e 100755 --- a/src/pm-action.in +++ b/src/pm-action.in @@ -35,7 +35,7 @@ help() echo echo "Options can change how suspend or hibernate is done." run_hooks sleep help - sleep_method_help + sleep_module_help exit 0 } |