diff options
author | Christian Poessinger <christian@poessinger.com> | 2022-07-07 12:38:36 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2022-07-07 12:38:36 +0200 |
commit | 9403fda1e0a3bc0284a97b852f6501080523ffe5 (patch) | |
tree | e76ccbc65b7acc17185e4aa599faf54086fad6c5 /op-mode-definitions | |
parent | 97eb86c4866d5f7777e525f5eba1c1c3da3b67c8 (diff) | |
download | vyos-1x-9403fda1e0a3bc0284a97b852f6501080523ffe5.tar.gz vyos-1x-9403fda1e0a3bc0284a97b852f6501080523ffe5.zip |
op-mode: T3457: rename "mon log colored" -> "mon log color"
Diffstat (limited to 'op-mode-definitions')
-rw-r--r-- | op-mode-definitions/monitor-log.xml.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/op-mode-definitions/monitor-log.xml.in b/op-mode-definitions/monitor-log.xml.in index 7ecce4f78..f5e0ede59 100644 --- a/op-mode-definitions/monitor-log.xml.in +++ b/op-mode-definitions/monitor-log.xml.in @@ -8,7 +8,7 @@ </properties> <command>journalctl --no-hostname --follow --boot</command> <children> - <node name="colored"> + <node name="color"> <properties> <help>Output log in a colored fashion</help> </properties> |