summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2025-10-17 22:36:32 +0200
committerChristian Breunig <christian@breunig.cc>2025-10-17 22:39:22 +0200
commit63f46d97441440a2c56e6bdc1c1a7e515261abaa (patch)
treed5161ad4e74178765f6bc330ab07e126948a0420
parent69a9b93f71c818bf134ea06ad73d86a513628f06 (diff)
downloadvyos-1x-63f46d97441440a2c56e6bdc1c1a7e515261abaa.tar.gz
vyos-1x-63f46d97441440a2c56e6bdc1c1a7e515261abaa.zip
T7942: consistent naming of "memory" in op-mode
We have the following memory related commands: * show hardware mem * show system memory <cache | detail | routing-daemons> Most of the time we call it memory so this should be also made consistent in the op-mode CLI. This is NOT a breaking change as mem is an abbreviation to memory, so it's backwards compatible.
-rw-r--r--op-mode-definitions/show-hardware.xml.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/op-mode-definitions/show-hardware.xml.in b/op-mode-definitions/show-hardware.xml.in
index 84e46a22b..f7803df9a 100644
--- a/op-mode-definitions/show-hardware.xml.in
+++ b/op-mode-definitions/show-hardware.xml.in
@@ -33,7 +33,7 @@
</properties>
<command>dmidecode</command>
</node>
- <node name="mem">
+ <node name="memory">
<properties>
<help>Show system RAM details</help>
</properties>