summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2007-02-19 05:13:13 +0100
committerDan McGee <dan@archlinux.org>2007-02-19 05:13:13 +0100
commitbd6adec40bad2aafd70674f5fe4eb83b33fd7263 (patch)
treeab0811dc6142c4dfff16e6c4d18ca22010d3b4c9 /src
parentd86bea5c8d0cb71d74d334c91dd2be316b400c52 (diff)
downloadpacman-bd6adec40bad2aafd70674f5fe4eb83b33fd7263.tar.gz
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 'src')
-rw-r--r--src/pacman/pacman.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pacman/pacman.c b/src/pacman/pacman.c
index 903fde29..85bb9e0d 100644
--- a/src/pacman/pacman.c
+++ b/src/pacman/pacman.c
@@ -134,7 +134,7 @@ static void usage(int op, char *myname)
} else if(op == PM_OP_SYNC) {
printf(_("usage: %s {-S --sync} [options] [package]\n"), myname);
printf(_("options:\n"));
- printf(_(" -c, --clean remove old packages from cache directory (use -cc for all)\n"));
+ printf(_(" -c, --clean remove old packages from cache directory (-cc for all)\n"));
printf(_(" -d, --nodeps skip dependency checks\n"));
printf(_(" -e, --dependsonly install dependencies only\n"));
printf(_(" -f, --force force install, overwrite conflicting files\n"));