diff options
Diffstat (limited to 'cli/objects/reboot.py')
-rw-r--r-- | cli/objects/reboot.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/objects/reboot.py b/cli/objects/reboot.py index bfa3257..ca2ee9f 100644 --- a/cli/objects/reboot.py +++ b/cli/objects/reboot.py @@ -50,7 +50,7 @@ class OgReboot(): ips.add(l) if not ips: - print("No clients found") + print("Missing --client-ip, or --room-id/--center-id. No clients provided.") return None payload = {'clients': list(ips)} |