diff options
Diffstat (limited to 'templates/show/version')
-rw-r--r-- | templates/show/version/node.def | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/show/version/node.def b/templates/show/version/node.def index da526d2..fdeffc2 100644 --- a/templates/show/version/node.def +++ b/templates/show/version/node.def @@ -1,2 +1,2 @@ -help: "Show OFR version information" -run: cat $ofr_docdir/*/build.txt /dev/null +help: "Show Vyatta version information" +run: cat /usr/share/doc/vyatta-*/VERSION /dev/null |