diff options
author | John Estabrook <jestabro@vyos.io> | 2023-11-27 21:13:22 -0600 |
---|---|---|
committer | John Estabrook <jestabro@vyos.io> | 2023-11-27 21:13:22 -0600 |
commit | bb578a1cab177e8cee6e4d02144d21387ba13a93 (patch) | |
tree | f399b38bb7fa987b541ca8c947697c429478af16 /src/op_mode/image_installer.py | |
parent | 5f575360b0c996187e7f05cccc5caff6a658544d (diff) | |
download | vyos-1x-bb578a1cab177e8cee6e4d02144d21387ba13a93.tar.gz vyos-1x-bb578a1cab177e8cee6e4d02144d21387ba13a93.zip |
image-tools: T5751: normalize args using hyphen instead of underscore
Diffstat (limited to 'src/op_mode/image_installer.py')
-rwxr-xr-x | src/op_mode/image_installer.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/op_mode/image_installer.py b/src/op_mode/image_installer.py index aa4cf301b..380393a34 100755 --- a/src/op_mode/image_installer.py +++ b/src/op_mode/image_installer.py @@ -728,7 +728,7 @@ def parse_arguments() -> Namespace: required=True, help='action to perform with an image') parser.add_argument( - '--image_path', + '--image-path', help='a path (HTTP or local file) to an image that needs to be installed' ) # parser.add_argument('--image_new_name', help='a new name for image') |