From 8fc1ba6c918dc91f2370dc027735d6a66aaf402a Mon Sep 17 00:00:00 2001 From: Maxime Alves LIRMM Date: Mon, 5 Oct 2020 11:31:53 +0200 Subject: [PATCH] [doc] cli/domain.py --- halfapi/cli/domain.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/halfapi/cli/domain.py b/halfapi/cli/domain.py index d2d8f50..5cf4cf2 100644 --- a/halfapi/cli/domain.py +++ b/halfapi/cli/domain.py @@ -50,7 +50,7 @@ def list_routes(domain_name): @cli.command() def domain(domains, delete, update, create, read): #, domains, read, create, update, delete): """ - Lists routes for the specified domains, or update them in the database + The "halfapi domain" command Parameters: domain (List[str]|None): The list of the domains to list/update