diff options
author | Dan McGee <dan@archlinux.org> | 2007-02-19 04:13:13 +0000 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2007-02-19 04:13:13 +0000 |
commit | bd6adec40bad2aafd70674f5fe4eb83b33fd7263 (patch) | |
tree | ab0811dc6142c4dfff16e6c4d18ca22010d3b4c9 /lib | |
parent | d86bea5c8d0cb71d74d334c91dd2be316b400c52 (diff) | |
download | pacman-bd6adec40bad2aafd70674f5fe4eb83b33fd7263.tar.xz |
* Updated bash_completion script to 3.0 options.
* Changed that removal message again, hopefully it sounds good now.
* Shortened a usage option description so it would not wrap at 81 chars.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libalpm/remove.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libalpm/remove.c b/lib/libalpm/remove.c index b809d22d..faa58f9c 100644 --- a/lib/libalpm/remove.c +++ b/lib/libalpm/remove.c @@ -241,7 +241,7 @@ static void unlink_file(pmpkg_t *info, alpm_list_t *lp, alpm_list_t *targ, } } if(skipit) { - _alpm_log(PM_LOG_WARNING, _("%s has moved packages, skipping removal"), + _alpm_log(PM_LOG_WARNING, _("%s has changed ownership, skipping removal"), file); } else if(needbackup) { /* if the file is flagged, back it up to .pacsave */ |