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.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/objects/reboot.py b/cli/objects/reboot.py
index 6110007..8a12ede 100644
--- a/cli/objects/reboot.py
+++ b/cli/objects/reboot.py
@@ -14,7 +14,7 @@ class OgReboot():
@staticmethod
def send_reboot(rest, args):
- parser = argparse.ArgumentParser()
+ parser = argparse.ArgumentParser(prog='ogcli send reboot')
group = parser.add_argument_group(
'clients', 'Client selection options')
group.add_argument('--center-id',