diff options
| author | Christian Poessinger <christian@poessinger.com> | 2022-07-22 23:16:46 +0200 | 
|---|---|---|
| committer | Christian Poessinger <christian@poessinger.com> | 2022-07-22 23:16:46 +0200 | 
| commit | 089c10282dccfae21017c1c229c993c5f60ee9ba (patch) | |
| tree | 73474a6dc8790998238564f424c9e4730099c699 | |
| parent | e1cbb3a777e77b2de6e2b90089e9896e1cc9e1c9 (diff) | |
| download | vyos-1x-089c10282dccfae21017c1c229c993c5f60ee9ba.tar.gz vyos-1x-089c10282dccfae21017c1c229c993c5f60ee9ba.zip | |
op-mode: monitor log help typo
| -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 b7bd1c3e0..fbe37c9db 100644 --- a/op-mode-definitions/monitor-log.xml.in +++ b/op-mode-definitions/monitor-log.xml.in @@ -203,7 +203,7 @@            </leafNode>            <leafNode name="ssh">              <properties> -              <help>onitor last lines of Secure Shell (SSH)</help> +              <help>Monitor last lines of Secure Shell (SSH)</help>              </properties>              <command>journalctl --no-hostname --boot --follow --unit ssh.service</command>            </leafNode> | 
