summaryrefslogtreecommitdiff
path: root/templates/ping
diff options
context:
space:
mode:
authorJohn Southworth <john.southworth@vyatta.com>2012-03-22 10:27:10 -0700
committerJohn Southworth <john.southworth@vyatta.com>2012-03-22 10:27:10 -0700
commit75e35444bac07e0511ed74dcdbe89a5b088c79e7 (patch)
treeeacd1799710a4d14dd2afd5099aeb815ad8c9b7a /templates/ping
parent08017ee0641f23b1dd501cc8567da5a6f0fdfdce (diff)
downloadvyatta-op-75e35444bac07e0511ed74dcdbe89a5b088c79e7.tar.gz
vyatta-op-75e35444bac07e0511ed74dcdbe89a5b088c79e7.zip
Make ping feel like all the other system commands
Diffstat (limited to 'templates/ping')
-rw-r--r--templates/ping/node.tag/node.tag/node.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/ping/node.tag/node.tag/node.def b/templates/ping/node.tag/node.tag/node.def
index 9452558..cca366b 100644
--- a/templates/ping/node.tag/node.tag/node.def
+++ b/templates/ping/node.tag/node.tag/node.def
@@ -1,3 +1,3 @@
help: Ping options
-allowed: /opt/vyatta/bin/ping --get-options ${COMP_WORDS[@]}
+allowed: /opt/vyatta/bin/ping --get-options "${COMP_WORDS[@]}"
run: /opt/vyatta/bin/ping ${@:2}