[pacman-dev] [PATCH] paccache: clarify help output

Allan McRae allan at archlinux.org
Thu Nov 14 21:01:15 EST 2013


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 at archlinux.org>
---
 contrib/paccache.sh.in | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/contrib/paccache.sh.in b/contrib/paccache.sh.in
index 10eab21..885193f 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.
-- 
1.8.4.2



More information about the pacman-dev mailing list