Skip to content

Commit

Permalink
Fix bash completion header/footer
Browse files Browse the repository at this point in the history
Fix up header/footer to match rest of distribution's bash completion
scripts in /usr/share/bash-completion/completions.

Signed-off-by: Jonathan McCrohan <[email protected]>
  • Loading branch information
jmccrohan committed Jul 25, 2013
1 parent c363d9c commit ee949b3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion transmission-remote-cli-bash-completion.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
# bash completion for transmission-remote-cli(1) -*- shell-script -*-

_transmission-remote-cli () {
local cur prev opts
Expand Down Expand Up @@ -27,3 +27,5 @@ _transmission-remote-cli () {
}

complete -F _transmission-remote-cli transmission-remote-cli

# ex: ts=4 sw=4 et filetype=sh

0 comments on commit ee949b3

Please sign in to comment.