summaryrefslogtreecommitdiffstats
path: root/contrib/paccache.sh.in
diff options
context:
space:
mode:
authorAllan McRae <allan@archlinux.org>2013-06-04 06:51:54 +0200
committerAllan McRae <allan@archlinux.org>2013-06-06 05:47:32 +0200
commitb7f8f5d26a373e72fa49a6376307ee79935a035d (patch)
treebbda53b64d73018c0b596524359f87cf4620c0f1 /contrib/paccache.sh.in
parent58782b1c55043c8f4fe56ce7c18a6384f00143fd (diff)
downloadpacman-b7f8f5d26a373e72fa49a6376307ee79935a035d.tar.gz
pacman-b7f8f5d26a373e72fa49a6376307ee79935a035d.tar.xz
paccache: make --help output look nice on 80 width terminal
Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'contrib/paccache.sh.in')
-rw-r--r--contrib/paccache.sh.in31
1 files changed, 17 insertions, 14 deletions
diff --git a/contrib/paccache.sh.in b/contrib/paccache.sh.in
index a9c6524f..2bbe7266 100644
--- a/contrib/paccache.sh.in
+++ b/contrib/paccache.sh.in
@@ -159,22 +159,25 @@ options to help control how much, and what, is deleted from any directory
containing pacman package tarballs.
Operations:
- -d, --dryrun perform a dry run, only finding candidate packages.
- -m, --move <dir> move candidate packages to 'movedir'.
- -r, --remove remove candidate packages.
+ -d, --dryrun perform a dry run, only finding candidate packages.
+ -m, --move <dir> move candidate packages to 'movedir'.
+ -r, --remove remove candidate packages.
Options:
- -a, --arch <arch> scan for 'arch' (default: all architectures).
- -c, --cachedir <dir> scan 'cachedir' 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).
- --nocolor remove color from output.
- -u, --uninstalled target uninstalled packages.
- -v, --verbose increase verbosity. specify up to 3 times.
- -z, --null use null delimiters for candidate names (only with -v and -vv)
+ -a, --arch <arch> scan for 'arch' (default: all architectures).
+ -c, --cachedir <dir> scan 'cachedir' 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).
+ --nocolor remove color from output.
+ -u, --uninstalled target uninstalled packages.
+ -v, --verbose increase verbosity. specify up to 3 times.
+ -z, --null use null delimiters for candidate names (only with -v
+ and -vv).
EOF
}