diff options
-rwxr-xr-x | test_client.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test_client.py b/test_client.py index bb54500..b646c4f 100755 --- a/test_client.py +++ b/test_client.py @@ -62,7 +62,7 @@ def add_web_app_host(host: str): @cli.command() @click.argument("host", type=str) def remove_web_app_host(host: str): - """Remove a RWA.Support.WebApp host. Requires <url>""" + """Remove a RWA.Support.WebApp host. Requires <host_uuid>""" click.echo(f"Sending D-Bus request 'remove_web_app_host': {host}") response = req.remove_web_app_host(host) click.echo(f"Your response is: {response}") |