paccache: make --help output look nice on 80 width terminal
Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
parent
58782b1c55
commit
b7f8f5d26a
1 changed files with 17 additions and 14 deletions
|
@ -159,22 +159,25 @@ options to help control how much, and what, is deleted from any directory
|
||||||
containing pacman package tarballs.
|
containing pacman package tarballs.
|
||||||
|
|
||||||
Operations:
|
Operations:
|
||||||
-d, --dryrun perform a dry run, only finding candidate packages.
|
-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 'movedir'.
|
||||||
-r, --remove remove candidate packages.
|
-r, --remove remove candidate packages.
|
||||||
|
|
||||||
Options:
|
Options:
|
||||||
-a, --arch <arch> scan for 'arch' (default: all architectures).
|
-a, --arch <arch> scan for 'arch' (default: all architectures).
|
||||||
-c, --cachedir <dir> scan 'cachedir' for packages (default: @localstatedir@/cache/pacman/pkg).
|
-c, --cachedir <dir> scan 'cachedir' for packages.
|
||||||
-f, --force apply force to mv(1) and rm(1) operations.
|
(default: @localstatedir@/cache/pacman/pkg).
|
||||||
-h, --help display this help message and exit.
|
-f, --force apply force to mv(1) and rm(1) operations.
|
||||||
-i, --ignore <pkgs> ignore 'pkgs', comma separated. Alternatively, specify '-' to
|
-h, --help display this help message and exit.
|
||||||
read package names from stdin, newline delimited.
|
-i, --ignore <pkgs> ignore 'pkgs', comma separated. Alternatively, specify
|
||||||
-k, --keep <num> keep 'num' of each package in 'cachedir' (default: 3).
|
'-' to read package names from stdin, newline
|
||||||
--nocolor remove color from output.
|
delimited.
|
||||||
-u, --uninstalled target uninstalled packages.
|
-k, --keep <num> keep 'num' of each package in 'cachedir' (default: 3).
|
||||||
-v, --verbose increase verbosity. specify up to 3 times.
|
--nocolor remove color from output.
|
||||||
-z, --null use null delimiters for candidate names (only with -v and -vv)
|
-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
|
EOF
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue