From 4e516249e2509b48f235394af541da1fe06c0e33 Mon Sep 17 00:00:00 2001 From: Radostin Stoyanov Date: Thu, 29 Jun 2017 18:44:37 +0100 Subject: Improve help menu --- src/virtBootstrap/virt_bootstrap.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/virtBootstrap/virt_bootstrap.py b/src/virtBootstrap/virt_bootstrap.py index 681e50d..fc3603d 100755 --- a/src/virtBootstrap/virt_bootstrap.py +++ b/src/virtBootstrap/virt_bootstrap.py @@ -151,11 +151,9 @@ def main(): parser.add_argument("--not-secure", action='store_true', help=_("Ignore HTTPS errors")) parser.add_argument("-u", "--username", default=None, - help=_("Username to use" - "to connect to the source registry")) + help=_("Username for accessing the source registry")) parser.add_argument("-p", "--password", default=None, - help=_("Password to use" - "to connect to the source registry")) + help=_("Password for accessing the source registry")) parser.add_argument("--root-password", default=None, help=_("Root password to set in the created rootfs")) parser.add_argument("--no-cache", action="store_true", -- cgit