diff options
| author | Daniil Baturin <daniil@vyos.io> | 2025-10-20 11:12:39 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-20 11:12:39 +0200 |
| commit | 459e0b107aa5496d632916031382ec3b2b2a3baa (patch) | |
| tree | a35f58a42e8f2461f176660a08ffa4e01df9fc83 | |
| parent | 1dac1b80a64a868c7be204b138834f6414d413e1 (diff) | |
| parent | 63f46d97441440a2c56e6bdc1c1a7e515261abaa (diff) | |
| download | vyos-1x-459e0b107aa5496d632916031382ec3b2b2a3baa.tar.gz vyos-1x-459e0b107aa5496d632916031382ec3b2b2a3baa.zip | |
Merge pull request #4799 from c-po/op-mode-memory
T7942: consistent naming of "memory" in op-mode
| -rw-r--r-- | op-mode-definitions/show-hardware.xml.in | 2 |
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> |
