libkas: Fix typo
Signed-off-by: Benedikt Niedermayr <benedikt.niedermayr@siemens.com> Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
This commit is contained in:
parent
4795c21fb6
commit
7215e58eab
@ -397,7 +397,7 @@ def setup_parser_common_args(parser):
|
|||||||
|
|
||||||
def setup_parser_preserve_env_arg(parser):
|
def setup_parser_preserve_env_arg(parser):
|
||||||
parser.add_argument('-E', '--preserve-env',
|
parser.add_argument('-E', '--preserve-env',
|
||||||
help='Keep current user enviornment block',
|
help='Keep current user environment block',
|
||||||
action='store_true')
|
action='store_true')
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user