diff options
author | Jose M. Guisado <jguisado@soleta.eu> | 2023-10-11 17:58:01 +0200 |
---|---|---|
committer | Jose M. Guisado <jguisado@soleta.eu> | 2023-10-12 09:48:15 +0200 |
commit | e7c2ad0ee156188a331a84186075453ae38ac096 (patch) | |
tree | 08c4e643ea2ba3620a9fc0537a2f7e454405620f | |
parent | a4bf35ef28ee1f18cea0541addcbb24d92dfdb62 (diff) |
images: change --repo help message
-rw-r--r-- | cli/objects/images.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/objects/images.py b/cli/objects/images.py index a5faa12..97db2f7 100644 --- a/cli/objects/images.py +++ b/cli/objects/images.py @@ -44,7 +44,7 @@ class OgImage(): parser.add_argument('--repo', nargs='?', default=urlparse(rest.URL).netloc.split(':')[0], - help='Images repository ip') + help='Repository IP address') group = parser.add_argument_group('clients', 'Client selection args') group.add_argument('--center-id', type=int, |