summaryrefslogtreecommitdiffstats
path: root/contrib/paccache.sh.in
diff options
context:
space:
mode:
authorAllan McRae <allan@archlinux.org>2013-11-15 02:59:18 +0100
committerAllan McRae <allan@archlinux.org>2013-12-15 11:09:36 +0100
commit1340ed792501c3a2c65b83ff90b232e6e01f5537 (patch)
tree7f09a00f71548c5f8bb8a5b4bf97d7b32a8cd578 /contrib/paccache.sh.in
parenta15fd48016014249a13db7a437b5e4f5937f6158 (diff)
downloadpacman-1340ed792501c3a2c65b83ff90b232e6e01f5537.tar.gz
pacman-1340ed792501c3a2c65b83ff90b232e6e01f5537.tar.xz
paccache: clarify help output
The help output referred to variables in the script rather than what they were labelled in the parameter argument. Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'contrib/paccache.sh.in')
-rw-r--r--contrib/paccache.sh.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/paccache.sh.in b/contrib/paccache.sh.in
index 10eab21e..885193f1 100644
--- a/contrib/paccache.sh.in
+++ b/contrib/paccache.sh.in
@@ -160,19 +160,19 @@ Usage: ${myname} <operation> [options] [targets...]
Operations:
-d, --dryrun perform a dry run, only finding candidate packages.
- -m, --move <dir> move candidate packages to "movedir".
+ -m, --move <dir> move candidate packages to "dir".
-r, --remove remove candidate packages.
Options:
-a, --arch <arch> scan for "arch" (default: all architectures).
- -c, --cachedir <dir> scan "cachedir" for packages.
+ -c, --cachedir <dir> scan "dir" for packages.
(default: @localstatedir@/cache/pacman/pkg).
-f, --force apply force to mv(1) and rm(1) operations.
-h, --help display this help message and exit.
-i, --ignore <pkgs> ignore "pkgs", comma-separated. Alternatively, specify
"-" to read package names from stdin, newline-
delimited.
- -k, --keep <num> keep "num" of each package in "cachedir" (default: 3).
+ -k, --keep <num> keep "num" of each package in the cache (default: 3).
--nocolor remove color from output.
-u, --uninstalled target uninstalled packages.
-v, --verbose increase verbosity. specify up to 3 times.