diff options
author | Mohit Mehta <mohit.mehta@vyatta.com> | 2008-04-01 00:29:20 +0000 |
---|---|---|
committer | Mohit Mehta <mohit.mehta@vyatta.com> | 2008-04-01 00:29:20 +0000 |
commit | d14dee306fe9a8f497e20d9fa58bd199615569c3 (patch) | |
tree | 5a12b05a613e4b31409d24ab51fce8c75c697f14 /templates/show/interfaces/tunnel | |
parent | d1fe1e3bd6f8fe3ca17bb186429ff5061dbdb069 (diff) | |
download | vyatta-op-d14dee306fe9a8f497e20d9fa58bd199615569c3.tar.gz vyatta-op-d14dee306fe9a8f497e20d9fa58bd199615569c3.zip |
Fix Bug 3069 Help strings should be standardized
- help strings standardized in vyatta-op
Diffstat (limited to 'templates/show/interfaces/tunnel')
-rw-r--r-- | templates/show/interfaces/tunnel/detail/node.def | 4 | ||||
-rw-r--r-- | templates/show/interfaces/tunnel/node.tag/brief/node.def | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/templates/show/interfaces/tunnel/detail/node.def b/templates/show/interfaces/tunnel/detail/node.def index d3c8d95..ea23c81 100644 --- a/templates/show/interfaces/tunnel/detail/node.def +++ b/templates/show/interfaces/tunnel/detail/node.def @@ -1,2 +1,2 @@ -help: Show tunnel interface information -run: ${vyatta_bindir}/vyatta-show-interfaces.pl --intf-type=tunnel --action=show
\ No newline at end of file +help: Show detailed tunnel interface information +run: ${vyatta_bindir}/vyatta-show-interfaces.pl --intf-type=tunnel --action=show diff --git a/templates/show/interfaces/tunnel/node.tag/brief/node.def b/templates/show/interfaces/tunnel/node.tag/brief/node.def index 81e2c24..7a266ef 100644 --- a/templates/show/interfaces/tunnel/node.tag/brief/node.def +++ b/templates/show/interfaces/tunnel/node.tag/brief/node.def @@ -1,2 +1,2 @@ -help: Show given tunnel interface information +help: Show summary of given tunnel interface information run: ${vyatta_bindir}/vyatta-show-interfaces.pl --intf="$4" --action=show-brief |