summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsrc/op_mode/powerctrl.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/op_mode/powerctrl.py b/src/op_mode/powerctrl.py
index c000d7d06..f8b5a3dda 100755
--- a/src/op_mode/powerctrl.py
+++ b/src/op_mode/powerctrl.py
@@ -177,7 +177,7 @@ def main():
action="store_true")
action.add_argument("--check",
- help="Check pending chutdown",
+ help="Check pending shutdown",
action="store_true")
args = parser.parse_args()