From e104d0a6fe7b17c72d74b43fd45e03387f0535e2 Mon Sep 17 00:00:00 2001 From: Oliver Kiddle Date: Tue, 28 Aug 2018 17:37:14 +0200 Subject: unposted: correct completion argument order for dkms --- Completion/Linux/Command/_dkms | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Completion/Linux') diff --git a/Completion/Linux/Command/_dkms b/Completion/Linux/Command/_dkms index 7ea34aa2e..a0a666e33 100644 --- a/Completion/Linux/Command/_dkms +++ b/Completion/Linux/Command/_dkms @@ -122,13 +122,13 @@ case $cmd in ;| add) args+=( - '2:path:_directories' - '3:tarball:_files -g "*.tar(-.)"' + '3:path:_directories' + '4:tarball:_files -g "*.tar(-.)"' ) ;; install) args+=( - '2:rpm file:_files -g "*.rpm(-.)"' + '3:rpm file:_files -g "*.rpm(-.)"' ) ;; esac -- cgit 1.4.1