Small parser argument fix

This review aims to fix a little bug in the
"yes-to-all" argument in the parser file of
the installation script.

Task: 48626
Story: 2005051
Change-Id: Ib3e36a6735ec3a413b27a81c0039f2f03b978f3c
Signed-off-by: Tomás Barros <tomas.barros@encora.com>
This commit is contained in:
Tomás Barros 2023-08-31 15:59:51 -03:00
parent 6fb9a120f3
commit 0c1a53cebd

View File

@ -314,7 +314,7 @@ def parse_networking(parser: ArgumentParser):
""",
type=str,
default='32000')
parser.add_argument("--y", "--yes-to-all", help=
parser.add_argument("-y", "--yes-to-all", help=
"""
Automatically answers all yes/no prompts with yes.
""",