diff options
author | Christian Breunig <christian@breunig.cc> | 2023-01-14 13:50:13 +0100 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2023-01-14 13:50:13 +0100 |
commit | f570fce12e8675a66ef8a24e2e600c687475ebe7 (patch) | |
tree | 2cec2d92447066cdc3a796871117b24c0210d806 | |
parent | 4346cf23b828ffc84266621335d485d10e834368 (diff) | |
download | vyos-1x-f570fce12e8675a66ef8a24e2e600c687475ebe7.tar.gz vyos-1x-f570fce12e8675a66ef8a24e2e600c687475ebe7.zip |
op-mode: xml: improve help strings
-rw-r--r-- | op-mode-definitions/monitor-log.xml.in | 4 | ||||
-rw-r--r-- | op-mode-definitions/show-log.xml.in | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/op-mode-definitions/monitor-log.xml.in b/op-mode-definitions/monitor-log.xml.in index 8abc5f4db..95d5ecf96 100644 --- a/op-mode-definitions/monitor-log.xml.in +++ b/op-mode-definitions/monitor-log.xml.in @@ -101,9 +101,9 @@ </leafNode> <leafNode name="nhrp"> <properties> - <help>Monitor last lines of NHRP log</help> + <help>Monitor last lines of Next Hop Resolution Protocol (NHRP) log</help> </properties> - <command>journalctl --no-hostname --boot --unit opennhrp.service</command> + <command>journalctl --no-hostname --boot --follow --unit opennhrp.service</command> </leafNode> <node name="pppoe"> <properties> diff --git a/op-mode-definitions/show-log.xml.in b/op-mode-definitions/show-log.xml.in index 977ece453..2984c467c 100644 --- a/op-mode-definitions/show-log.xml.in +++ b/op-mode-definitions/show-log.xml.in @@ -204,7 +204,7 @@ </leafNode> <leafNode name="lldp"> <properties> - <help>Show log for LLDP</help> + <help>Show log for Link Layer Discovery Protocol (LLDP)</help> </properties> <command>journalctl --no-hostname --boot --unit lldpd.service</command> </leafNode> @@ -216,7 +216,7 @@ </leafNode> <leafNode name="nhrp"> <properties> - <help>Show log for NHRP</help> + <help>Show log for Next Hop Resolution Protocol (NHRP)</help> </properties> <command>journalctl --no-hostname --boot --unit opennhrp.service</command> </leafNode> |