Add --xz, -J completion options to tar command

This commit is contained in:
Clément Martinez 2017-01-05 19:06:03 +01:00 committed by Fabian Homborg
parent bf274f4fb5
commit c28bd74ca7

View file

@ -63,4 +63,4 @@ complete -c tar -l uncompress --description "Filter through compress"
complete -c tar -s z -l gzip --description "Filter through gzip"
complete -c tar -l gunzip --description "Filter through gzip"
complete -c tar -l use-compress-program -r --description "Filter through specified program"
complete -c tar -s J -l xz --description "Filter through xz"