diff options
author | 2006-12-01 06:35:07 +0000 | |
---|---|---|
committer | 2006-12-01 06:35:07 +0000 | |
commit | 8846285e62e44f2c79e054a3ad3b0e62b8c0ac12 (patch) | |
tree | 57b26083cef39430ba7f9cf6e9d3daf7a3f37de5 | |
parent | daa9f6e1912bb196b34ba16c5a4d4edb4c748d9c (diff) | |
download | paludis-8846285e62e44f2c79e054a3ad3b0e62b8c0ac12.tar.gz paludis-8846285e62e44f2c79e054a3ad3b0e62b8c0ac12.tar.xz |
Add --regenerate-installed-cache and --regenerate-installable-cache options to paludis bashcomp.
-rw-r--r-- | bash-completion/paludis | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bash-completion/paludis b/bash-completion/paludis index 85cfa9e..f4979e0 100644 --- a/bash-completion/paludis +++ b/bash-completion/paludis @@ -34,6 +34,8 @@ _paludis() { --list-repository-formats \ --list-dep-tag-categories \ --update-news \ + --regenerate-installed-cache \ + --regenerate-installable-cache \ --log-level \ --no-colour \ --no-color \ |