diff options
author | Tom Grennan <tgrennan@vyatta.com> | 2007-10-04 18:10:03 -0700 |
---|---|---|
committer | Tom Grennan <tgrennan@vyatta.com> | 2007-10-04 18:10:03 -0700 |
commit | fd141a3ac06bdbf52f38a7be6d72a392d951b67d (patch) | |
tree | 9b12acf4edb302409d161c7a70f00f75215a0bf2 /templates/show/interfaces/tunnel | |
parent | ef21466f9202fe7406cd07f22838a7a349fde4ef (diff) | |
download | vyatta-op-fd141a3ac06bdbf52f38a7be6d72a392d951b67d.tar.gz vyatta-op-fd141a3ac06bdbf52f38a7be6d72a392d951b67d.zip |
don't eval help string; so, no longer needs to be quoted in node.def files
Diffstat (limited to 'templates/show/interfaces/tunnel')
-rw-r--r-- | templates/show/interfaces/tunnel/node.def | 2 | ||||
-rw-r--r-- | templates/show/interfaces/tunnel/node.tag/node.def | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/show/interfaces/tunnel/node.def b/templates/show/interfaces/tunnel/node.def index a2f5d1c..bfc03ba 100644 --- a/templates/show/interfaces/tunnel/node.def +++ b/templates/show/interfaces/tunnel/node.def @@ -1,3 +1,3 @@ -help: "Show tunnel interface information" +help: Show tunnel interface information run: ${vyatta_bindir}/vyatta-show-interfaces tunnel diff --git a/templates/show/interfaces/tunnel/node.tag/node.def b/templates/show/interfaces/tunnel/node.tag/node.def index 2bc5908..8dc252e 100644 --- a/templates/show/interfaces/tunnel/node.tag/node.def +++ b/templates/show/interfaces/tunnel/node.tag/node.def @@ -1,4 +1,4 @@ -help: "Show given tunnel interface information" +help: Show given tunnel interface information allowed: local -a array ; array=( /sys/class/net/sit* ) ; echo -n ${array[@]##*/} |