paccache: Fix parsing of --move argument

Message ID 20190928125007.652434-1-johannes@kyriasis.com
State Accepted
Headers show
Series paccache: Fix parsing of --move argument | expand

Commit Message

Johannes Löthberg Sept. 28, 2019, 12:50 p.m. UTC
From: Self-Perfection <alexander.s.m+git@gmail.com>

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

Patch

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:')