summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2022-04-27 20:51:22 +0200
committerGitHub <noreply@github.com>2022-04-27 20:51:22 +0200
commitb6a9a27a72d007e5993a3ad2ba2111026c899660 (patch)
tree8c1ce83549e46e3b0b70cec7dd56db5e6e2fc567
parent363ecfa46cdb8402ea71637717863f01b09f428b (diff)
parent451972daded74d78b287f1c27064a155f08d8dda (diff)
downloadvyos-1x-b6a9a27a72d007e5993a3ad2ba2111026c899660.tar.gz
vyos-1x-b6a9a27a72d007e5993a3ad2ba2111026c899660.zip
Merge pull request #1305 from scj643/container_naming_fix
container: op-mode: T3852: Fix wording on container commands
-rw-r--r--op-mode-definitions/containers.xml.in4
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>