diff options
author | 2008-07-29 16:46:40 +0200 | |
---|---|---|
committer | 2008-07-29 16:31:54 +0100 | |
commit | 6c049a7f3aeae2fac8ac45789c86b84c14d22380 (patch) | |
tree | 5552ee9a8c0799e8b81d2357bfc822ab5394fd25 /bash-completion | |
parent | fcbab98e78629603550e9ead3da3f63f97b9021a (diff) | |
download | paludis-6c049a7f3aeae2fac8ac45789c86b84c14d22380.tar.gz paludis-6c049a7f3aeae2fac8ac45789c86b84c14d22380.tar.xz |
--no-config-protection was removed, update bashcompletion.
Diffstat (limited to 'bash-completion')
-rw-r--r-- | bash-completion/paludis | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bash-completion/paludis b/bash-completion/paludis index ccbdce2e6..a8da3c3de 100644 --- a/bash-completion/paludis +++ b/bash-completion/paludis @@ -100,7 +100,6 @@ _paludis() { --destinations -d \ --preserve-world -1 \ --add-to-world-spec \ - --no-config-protection \ --debug-build \ --checks \ --fetch -f \ @@ -114,7 +113,6 @@ _paludis() { uninstall_opts="--pretend -p \ --destinations -d \ --preserve-world -1 \ - --no-config-protection \ --show-reasons \ --show-use-descriptions \ --show-package-descriptions \ |