[PATCH] paccache: Fix parsing of --move argument

Johannes Löthberg johannes at kyriasis.com
Sat Sep 28 12:50:07 UTC 2019


From: Self-Perfection <alexander.s.m+git at gmail.com>

Signed-off-by: Alexander Meshcheryakov <alexander.s.m+git at gmail.com>
Signed-off-by: Johannes Löthberg <johannes at kyriasis.com>
---
 src/paccache.sh.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/paccache.sh.in b/src/paccache.sh.in
index 9c37c65..c7265ba 100644
--- a/src/paccache.sh.in
+++ b/src/paccache.sh.in
@@ -227,7 +227,7 @@ version() {
 }
 
 OPT_SHORT=':a:c:dfhi:k:m:qrsuVvz'
-OPT_LONG=('arch:' 'cachedir:' 'dryrun' 'force' 'help' 'ignore:' 'keep:' 'move'
+OPT_LONG=('arch:' 'cachedir:' 'dryrun' 'force' 'help' 'ignore:' 'keep:' 'move:'
           'nocolor' 'quiet' 'remove' 'uninstalled' 'version' 'verbose' 'null'
           'min-atime:' 'min-mtime:')
 
-- 
2.23.0


More information about the pacman-contrib mailing list