diff options
author | Mohit Mehta <mohit.mehta@vyatta.com> | 2008-04-08 23:42:56 +0000 |
---|---|---|
committer | Mohit Mehta <mohit.mehta@vyatta.com> | 2008-04-08 23:42:56 +0000 |
commit | 7a6f12088ea0ca72469fce30ba17feb2e9564682 (patch) | |
tree | b91883d9a5a156ce86a83a481da847f9941c28f6 | |
parent | 6824c5341d20bee84cf9ce001fee9218503ac90f (diff) | |
download | vyatta-op-7a6f12088ea0ca72469fce30ba17feb2e9564682.tar.gz vyatta-op-7a6f12088ea0ca72469fce30ba17feb2e9564682.zip |
Fix Bug 3069 Help strings should be standardized
- arp clear and show help strings standardized
-rw-r--r-- | templates/clear/arp/node.def | 2 | ||||
-rw-r--r-- | templates/show/arp/node.def | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/clear/arp/node.def b/templates/clear/arp/node.def index 08b3f7a..394a9f0 100644 --- a/templates/clear/arp/node.def +++ b/templates/clear/arp/node.def @@ -1 +1 @@ -help: Clear Address Resolution Protocol cache +help: Clear Address Resolution Protocol (ARP) cache diff --git a/templates/show/arp/node.def b/templates/show/arp/node.def index bac6fdb..10e5d5d 100644 --- a/templates/show/arp/node.def +++ b/templates/show/arp/node.def @@ -1,2 +1,2 @@ -help: Show Address Resolution Protocol information +help: Show Address Resolution Protocol (ARP) information run: /usr/sbin/arp -e |