summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@baturin.org>2014-07-02 04:51:47 +0200
committerDaniil Baturin <daniil@baturin.org>2014-07-02 04:51:47 +0200
commit3c8f6ed763ef764b0b2c2d8c1ad3bf5bb8559f6d (patch)
tree3d510aa483ca3b2bccbd15d4f7597ff97bd2720c
parent325877fc1f199a886c3534b8573e8156ae8016c6 (diff)
downloadvyatta-op-3c8f6ed763ef764b0b2c2d8c1ad3bf5bb8559f6d.tar.gz
vyatta-op-3c8f6ed763ef764b0b2c2d8c1ad3bf5bb8559f6d.zip
Bug #104: add help text for the strip-private pipe.
-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"