summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--etc/bash_completion.d/vyatta-op1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/bash_completion.d/vyatta-op b/etc/bash_completion.d/vyatta-op
index e61c5da..052cbff 100644
--- a/etc/bash_completion.d/vyatta-op
+++ b/etc/bash_completion.d/vyatta-op
@@ -508,6 +508,7 @@ _vyatta_pipe_help ()
no-match) help="Only output lines that do not match specified pattern";;
more) help="Paginate the output";;
no-more) help="Do not paginate the output";;
+ strip-private) help="Remove private information from the config";;
'<pattern>') help="Pattern for matching";;
esac
echo -n "$help"