#compdef genfstab local -a args=( '(-h --help)'{-h,--help}'[display help]' '-p[Avoid printing pseudofs mounts]' '(-U)-L[Use labels for source identifiers]' '(-L)-U[Use UUIDs for source identifiers]' ':*:_path_files -/' ) _arguments $args