diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-05-30 11:31:17 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-05-30 11:31:17 +0200 |
commit | f357cf58f7bd1892f85bb26003c62b1d44753e0a (patch) | |
tree | 64e26bb29f687aab04123bfc1aff4853eec3f530 /op-mode-definitions/show-log.xml.in | |
parent | 61936ae2c6c2b71d237fb13c40d8a34b4f2e13a3 (diff) | |
download | vyos-1x-f357cf58f7bd1892f85bb26003c62b1d44753e0a.tar.gz vyos-1x-f357cf58f7bd1892f85bb26003c62b1d44753e0a.zip |
op-mode: T3589: replace short journalctl options with long names
... this is done for easier readability of the commands
Diffstat (limited to 'op-mode-definitions/show-log.xml.in')
-rw-r--r-- | op-mode-definitions/show-log.xml.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/op-mode-definitions/show-log.xml.in b/op-mode-definitions/show-log.xml.in index 58216bfd1..bb2de1580 100644 --- a/op-mode-definitions/show-log.xml.in +++ b/op-mode-definitions/show-log.xml.in @@ -18,7 +18,7 @@ <properties> <help>Show listing of authorization attempts</help> </properties> - <command>/bin/journalctl -q SYSLOG_FACILITY=10 SYSLOG_FACILITY=4</command> + <command>/bin/journalctl --quiet SYSLOG_FACILITY=10 SYSLOG_FACILITY=4</command> </leafNode> <leafNode name="cluster"> <properties> |