diff options
| -rw-r--r-- | op-mode-definitions/monitor-log.xml.in | 2 | ||||
| -rw-r--r-- | op-mode-definitions/show-log.xml.in | 2 | 
2 files changed, 2 insertions, 2 deletions
| diff --git a/op-mode-definitions/monitor-log.xml.in b/op-mode-definitions/monitor-log.xml.in index aaf1d316e..212f4a54b 100644 --- a/op-mode-definitions/monitor-log.xml.in +++ b/op-mode-definitions/monitor-log.xml.in @@ -246,7 +246,7 @@                  <properties>                    <help>Monitor last lines of SSTP client log for specific interface</help>                    <completionHelp> -                    <script>${vyos_completion_dir}/list_interfaces.py -t sstpc</script> +                    <path>interfaces sstpc</path>                    </completionHelp>                  </properties>                  <command>journalctl --no-hostname --boot --follow --unit "ppp@$5.service"</command> diff --git a/op-mode-definitions/show-log.xml.in b/op-mode-definitions/show-log.xml.in index 8ba80caf6..cebbdc075 100644 --- a/op-mode-definitions/show-log.xml.in +++ b/op-mode-definitions/show-log.xml.in @@ -378,7 +378,7 @@                  <properties>                    <help>Show SSTP client log on specific interface</help>                    <completionHelp> -                    <script>${vyos_completion_dir}/list_interfaces.py -t sstpc</script> +                    <path>interfaces sstpc</path>                    </completionHelp>                  </properties>                  <command>journalctl --no-hostname --boot --unit "ppp@$5.service"</command> | 
