index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
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 /src | |
parent | d86bea5c8d0cb71d74d334c91dd2be316b400c52 (diff) |
-rw-r--r-- | src/pacman/pacman.c | 2 |
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")); |