diff options
author | 2007-01-24 16:36:57 +0000 | |
---|---|---|
committer | 2007-01-24 16:36:57 +0000 | |
commit | 8279d0854fa1416d25edc111a06951daca94f659 (patch) | |
tree | 3ae4edf66019633303dcae6a8d2034a384ed5336 /bash-completion | |
parent | f338ac00f3388631aa65b721eb51104818a63ef4 (diff) | |
download | paludis-8279d0854fa1416d25edc111a06951daca94f659.tar.gz paludis-8279d0854fa1416d25edc111a06951daca94f659.tar.xz |
Clean up adjutrix short options
Diffstat (limited to 'bash-completion')
-rw-r--r-- | bash-completion/adjutrix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bash-completion/adjutrix b/bash-completion/adjutrix index 5e0822e8f..8f83a0afc 100644 --- a/bash-completion/adjutrix +++ b/bash-completion/adjutrix @@ -49,8 +49,8 @@ _adjutrix() { --repository-dir -D \ --category -C \ --package -P \ - --profile -p \ - --unstable -U \ + --profile \ + --unstable \ --write-cache-dir" case "${cur}" in |