[PATCH] paccache: Fix parsing of --move argument
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(-) 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
participants (1)
-
Johannes Löthberg