#compdef tunes2pod tunes2pod.pl # completions for tunes2pod.pl version 0.98.3 # The author names this file tunes2pod.pl; however Debian # GNU/Linux strips off the .pl extension local arguments arguments=( '(-h --help)'{-h,--help}'[display help and exit]' --version'[output version information and exit]' '(-m --mount)'{-m,--mount=}'[iPod mountpoint (default is $IPOD_MOUNTPOINT)]:mount point:_files' --force'[disable sync checking]' ) _arguments : $arguments