diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-07-21 12:09:45 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-07-21 12:09:45 -0700 |
commit | e7652a229a81de89f754783287a7293c30457970 (patch) | |
tree | c0ebf145e57bbbfc69e9dcca2e58f2f3e2acff9c /templates/protocols/static/arp | |
parent | baa0d50c299c06ad5027f730d7a63e8eec6bef43 (diff) | |
download | vyatta-cfg-quagga-e7652a229a81de89f754783287a7293c30457970.tar.gz vyatta-cfg-quagga-e7652a229a81de89f754783287a7293c30457970.zip |
Remove verbs from help strings
Diffstat (limited to 'templates/protocols/static/arp')
-rw-r--r-- | templates/protocols/static/arp/node.def | 2 | ||||
-rw-r--r-- | templates/protocols/static/arp/node.tag/hwaddr/node.def | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/protocols/static/arp/node.def b/templates/protocols/static/arp/node.def index 69b45a4f..395454ef 100644 --- a/templates/protocols/static/arp/node.def +++ b/templates/protocols/static/arp/node.def @@ -1,6 +1,6 @@ tag: type: ipv4 -help: Set a static ARP translation +help: Static ARP translation val_help: IPv4 destination address # diff --git a/templates/protocols/static/arp/node.tag/hwaddr/node.def b/templates/protocols/static/arp/node.tag/hwaddr/node.def index daa9a6a7..d3181160 100644 --- a/templates/protocols/static/arp/node.tag/hwaddr/node.def +++ b/templates/protocols/static/arp/node.tag/hwaddr/node.def @@ -1,5 +1,5 @@ type: macaddr -help: Set hardware protocol (e.g. MAC) address to translate to +help: Hardware protocol (e.g. MAC) address to translate to val_help: Hardware (MAC) address |