Improve english based on Mesar Hameed's contribution.
This commit is contained in:
parent
7afa1057cd
commit
b7873abf07
1 changed files with 5 additions and 5 deletions
|
@ -95,7 +95,7 @@ def get_parsers():
|
||||||
parser['beta'] = argparse.ArgumentParser(add_help=False)
|
parser['beta'] = argparse.ArgumentParser(add_help=False)
|
||||||
parser['beta'].add_argument(
|
parser['beta'].add_argument(
|
||||||
'-b', '--beta',
|
'-b', '--beta',
|
||||||
help=('Enable beta functionalities. '
|
help=('Enable beta functionality. '
|
||||||
'Can also be enabled using CDIST_BETA env var.'),
|
'Can also be enabled using CDIST_BETA env var.'),
|
||||||
action='store_true', dest='beta',
|
action='store_true', dest='beta',
|
||||||
default='CDIST_BETA' in os.environ)
|
default='CDIST_BETA' in os.environ)
|
||||||
|
@ -160,10 +160,10 @@ def get_parsers():
|
||||||
'host', nargs='*', help='host(s) to operate on')
|
'host', nargs='*', help='host(s) to operate on')
|
||||||
parser['config_args'].add_argument(
|
parser['config_args'].add_argument(
|
||||||
'-f', '--file',
|
'-f', '--file',
|
||||||
help=('Read additional hosts to operate on from specified file '
|
help=('Read specified file for a list of additional hosts to '
|
||||||
'or from stdin if \'-\' (each host on separate line). '
|
'operate on or if \'-\' is given, read stdin (one host per '
|
||||||
'If no host or host file is specified then, by default, '
|
'line). If no host or host file is specified then, by '
|
||||||
'read hosts from stdin.'),
|
'default, read hosts from stdin.'),
|
||||||
dest='hostfile', required=False)
|
dest='hostfile', required=False)
|
||||||
parser['config_args'].add_argument(
|
parser['config_args'].add_argument(
|
||||||
'-p', '--parallel',
|
'-p', '--parallel',
|
||||||
|
|
Loading…
Reference in a new issue