From 3c8f6ed763ef764b0b2c2d8c1ad3bf5bb8559f6d Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Wed, 2 Jul 2014 04:51:47 +0200 Subject: Bug #104: add help text for the strip-private pipe. --- etc/bash_completion.d/vyatta-op | 1 + 1 file changed, 1 insertion(+) (limited to 'etc') 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";; '') help="Pattern for matching";; esac echo -n "$help" -- cgit v1.2.3