diff options
author | Charles Surett <surettcharles@gmail.com> | 2022-04-27 13:35:41 -0400 |
---|---|---|
committer | Charles Surett <surettcharles@gmail.com> | 2022-04-27 13:41:51 -0400 |
commit | 451972daded74d78b287f1c27064a155f08d8dda (patch) | |
tree | 8c1ce83549e46e3b0b70cec7dd56db5e6e2fc567 | |
parent | 363ecfa46cdb8402ea71637717863f01b09f428b (diff) | |
download | vyos-1x-451972daded74d78b287f1c27064a155f08d8dda.tar.gz vyos-1x-451972daded74d78b287f1c27064a155f08d8dda.zip |
container: op-mode: T3852: Fix wording on container commands
-rw-r--r-- | op-mode-definitions/containers.xml.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/op-mode-definitions/containers.xml.in b/op-mode-definitions/containers.xml.in index b2b318786..d4fd1abac 100644 --- a/op-mode-definitions/containers.xml.in +++ b/op-mode-definitions/containers.xml.in @@ -60,7 +60,7 @@ <children> <leafNode name="image"> <properties> - <help>Delete container image</help> + <help>Show container image</help> </properties> <command>sudo ${vyos_op_scripts_dir}/containers_op.py --image</command> </leafNode> @@ -118,7 +118,7 @@ <children> <tagNode name="image"> <properties> - <help>Delete container image</help> + <help>Update container image</help> <completionHelp> <path>container name</path> </completionHelp> |