summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/bash_completion.d/vyatta-op3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/bash_completion.d/vyatta-op b/etc/bash_completion.d/vyatta-op
index 32904a2..06cb03a 100644
--- a/etc/bash_completion.d/vyatta-op
+++ b/etc/bash_completion.d/vyatta-op
@@ -1,3 +1,4 @@
+# vyatta bash operational mode completion
# **** License ****
# This program is free software; you can redistribute it and/or modify
@@ -78,7 +79,9 @@ _vyatta_op_debug ()
_vyatta_op_init ()
{
+ # empty and default line compeletion
complete -E -F _vyatta_op_expand
+ complete -D -F _vyatta_op_expand
for xd in $vyatta_op_templates/* ; do
if [ -d $xd ] ; then