From 1372f15ff37d7a083efc79a5509d4c676f50b8d8 Mon Sep 17 00:00:00 2001 From: Feng Shengqin Date: Mon, 23 Dec 2019 17:31:56 +0800 Subject: [PATCH] Fix:modify comment for registry_update Change-Id: I48c473905e468cb3f6bd9337c81cdccb19853fbf --- zunclient/v1/registries_shell.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/zunclient/v1/registries_shell.py b/zunclient/v1/registries_shell.py index 91f1bea0..a29d3cf4 100644 --- a/zunclient/v1/registries_shell.py +++ b/zunclient/v1/registries_shell.py @@ -151,13 +151,13 @@ def do_registry_show(cs, args): help="ID or name of the registry to update.") @utils.arg('--username', metavar='', - help='The username login to the registry.') + help='The new username for the registry.') @utils.arg('--password', metavar='', - help='The domain login to the registry.') + help='The new password for the registry.') @utils.arg('--domain', metavar='', - help='The domain of the registry.') + help='The new domain for the registry.') @utils.arg('--name', metavar='', help='The new name for the registry')