summaryrefslogtreecommitdiffstats
path: root/cli/objects/poweroff.py
diff options
context:
space:
mode:
Diffstat (limited to 'cli/objects/poweroff.py')
-rw-r--r--cli/objects/poweroff.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/cli/objects/poweroff.py b/cli/objects/poweroff.py
index 46086cb..c8848c5 100644
--- a/cli/objects/poweroff.py
+++ b/cli/objects/poweroff.py
@@ -13,8 +13,8 @@ import argparse
class OgPoweroff():
@staticmethod
- def send_poweroff(rest, args):
- parser = argparse.ArgumentParser(prog='ogcli send poweroff')
+ def request_poweroff(rest, args):
+ parser = argparse.ArgumentParser(prog='ogcli request poweroff')
group = parser.add_argument_group(
'clients', 'Client selection options')
group.add_argument('--center-id',