diff options
Diffstat (limited to 'cli/objects/poweroff.py')
-rw-r--r-- | cli/objects/poweroff.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/objects/poweroff.py b/cli/objects/poweroff.py index c8848c5..af309bf 100644 --- a/cli/objects/poweroff.py +++ b/cli/objects/poweroff.py @@ -50,7 +50,7 @@ class OgPoweroff(): 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)} |