summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/bash_completion.d/vyatta-op2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/bash_completion.d/vyatta-op b/etc/bash_completion.d/vyatta-op
index 724ce45..2845377 100644
--- a/etc/bash_completion.d/vyatta-op
+++ b/etc/bash_completion.d/vyatta-op
@@ -539,7 +539,7 @@ _vyatta_do_pipe_help ()
_vyatta_pipe_completion ()
{
local -a pipe_cmd=()
- local -a all_cmds=( 'count' 'match' 'no-match' 'more' 'no-more' 'strip-private' )
+ local -a all_cmds=( 'count' 'match' 'no-match' 'more' 'no-more' 'strip-private' 'commands' )
local found=0
_vyatta_pipe_completions=()
_vyatta_pipe_noncompletions=()