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