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 | |
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')
7 files changed, 8 insertions, 8 deletions
diff --git a/templates/show/interfaces/ethernet/detail/node.def b/templates/show/interfaces/ethernet/detail/node.def index 9883539..40ecdf1 100644 --- a/templates/show/interfaces/ethernet/detail/node.def +++ b/templates/show/interfaces/ethernet/detail/node.def @@ -1,2 +1,2 @@ -help: Show ethernet interface information +help: Show detailed ethernet interface information run: ${vyatta_bindir}/vyatta-show-interfaces.pl --intf-type=ethernet --action=show diff --git a/templates/show/interfaces/ethernet/node.tag/brief/node.def b/templates/show/interfaces/ethernet/node.tag/brief/node.def index 3340d9e..98539ed 100644 --- a/templates/show/interfaces/ethernet/node.tag/brief/node.def +++ b/templates/show/interfaces/ethernet/node.tag/brief/node.def @@ -1,2 +1,2 @@ -help: Show given ethernet interface information +help: Show summary of given ethernet interface information run: ${vyatta_bindir}/vyatta-show-interfaces.pl --intf="$4" --action=show-brief diff --git a/templates/show/interfaces/ethernet/node.tag/identify/node.def b/templates/show/interfaces/ethernet/node.tag/identify/node.def index d94172f..d308621 100644 --- a/templates/show/interfaces/ethernet/node.tag/identify/node.def +++ b/templates/show/interfaces/ethernet/node.tag/identify/node.def @@ -1,2 +1,2 @@ -help: Visually identify the specified Ethernet interface +help: Visually identify the specified ethernet interface run: sudo ${vyatta_bindir}/sudo-users/vyatta-identify-interface.pl "$4" diff --git a/templates/show/interfaces/ethernet/node.tag/vif/node.tag/brief/node.def b/templates/show/interfaces/ethernet/node.tag/vif/node.tag/brief/node.def index 1eaa07c..35cf9a4 100644 --- a/templates/show/interfaces/ethernet/node.tag/vif/node.tag/brief/node.def +++ b/templates/show/interfaces/ethernet/node.tag/vif/node.tag/brief/node.def @@ -1,2 +1,2 @@ -help: Show given virtual network interface information +help: Show summary of given virtual network interface information run: ${vyatta_bindir}/vyatta-show-interfaces.pl --intf="$4.$6" --action=show-brief diff --git a/templates/show/interfaces/loopback/detail/node.def b/templates/show/interfaces/loopback/detail/node.def index 759407a..629a979 100644 --- a/templates/show/interfaces/loopback/detail/node.def +++ b/templates/show/interfaces/loopback/detail/node.def @@ -1,2 +1,2 @@ -help: Show loopback interface information +help: Show detailed loopback interface information run: ${vyatta_bindir}/vyatta-show-interfaces.pl --intf-type=loopback 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 |