#compdef mktunes mktunes.pl # completions for mktunes.pl version 0.98.3 # The author names this file mktunes.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' '(-n --ipod-name)'{-n,--ipod-name=}'[iPod Name (For unlabeled iPods)]:name:' '(-v --volume)'{-v,--volume=}'[adjust volume +-VALUE%]:volume percent:' '(-e --energy)'{-e,--energy}'[save energy (disable scrolling title)]' ) _arguments : $arguments