#compdef gnupod_INIT gnupod_INIT.pl # completions for gnupod_INIT.pl version 0.98.3 # The author names this file gnupod_INIT.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' '(-d --disable-convert)'{-d,--disable-convert}'[do not try to convert an existing iTunesDB]' '(-f --france)'{-f,--france}'[limit volume to 100dB, works only on very old iPods]' ) _arguments : $arguments