diff options
author | 2007-07-05 20:21:17 +0000 | |
---|---|---|
committer | 2007-07-05 20:21:17 +0000 | |
commit | d7861625881a6ed1490b9b434c373565404fc1c8 (patch) | |
tree | ed4bfe748e8f79484f3455fa4e361355de90691c /bash-completion | |
parent | a3ca6e94cb25fd915beff6092578dabacf1b4c47 (diff) | |
download | paludis-d7861625881a6ed1490b9b434c373565404fc1c8.tar.gz paludis-d7861625881a6ed1490b9b434c373565404fc1c8.tar.xz |
r3784@snowflake: ciaranm | 2007-07-05 21:15:58 +0100
Require --permit-unsafe-uninstalls for unsafe uninstalls
Diffstat (limited to 'bash-completion')
-rw-r--r-- | bash-completion/paludis | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bash-completion/paludis b/bash-completion/paludis index 2a5d0e622..9e42bdb0d 100644 --- a/bash-completion/paludis +++ b/bash-completion/paludis @@ -110,6 +110,7 @@ _paludis() { --show-reasons \ --show-use-descriptions \ --with-unused-dependencies \ + --permit-unsafe-uninstalls \ --with-dependencies \ --all-versions \ ${deplist_opts}" |