complete -c tac -s s -l separator -d 'use STRING as the separator instead of newline' -r
complete -c tac -s b -l before -d 'attach the separator before instead of after'
complete -c tac -s r -l regex -d 'interpret the sequence as a regular expression'
complete -c tac -s h -l help -d 'Print help'
complete -c tac -s V -l version -d 'Print version'
