diff options
author | John Southworth <john.southworth@vyatta.com> | 2012-03-22 10:27:10 -0700 |
---|---|---|
committer | John Southworth <john.southworth@vyatta.com> | 2012-03-22 10:27:10 -0700 |
commit | 75e35444bac07e0511ed74dcdbe89a5b088c79e7 (patch) | |
tree | eacd1799710a4d14dd2afd5099aeb815ad8c9b7a /templates/ping | |
parent | 08017ee0641f23b1dd501cc8567da5a6f0fdfdce (diff) | |
download | vyatta-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.def | 2 |
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} |