diff options
Diffstat (limited to 'Completion')
-rw-r--r-- | Completion/Linux/Command/_dkms | 6 |
1 files changed, 3 insertions, 3 deletions
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 |