Skip to content
This repository has been archived by the owner on Sep 18, 2023. It is now read-only.

Commit

Permalink
share: fixed typos
Browse files Browse the repository at this point in the history
  • Loading branch information
jdowner committed Feb 24, 2015
1 parent 7320db2 commit e3f91da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions share/gist.fish
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ complete -c gist -f -a "clone" -d "Clones a gist"
complete -c gist -f -a "delete" -d "Deletes a gist from GitHub"
complete -c gist -f -a "files" -d "Prints a list of the files in a gist"
complete -c gist -f -a "archive" -d "Downloads a gist and creates a tarball"
complete -c gist -f -a "content" -d "Pints the content of the gist to stdout"
complete -c gist -f -a "content" -d "Prints the content of the gist to stdout"
complete -c gist -f -a "info" -d "Prints detailed information about a gist"
complete -c gist -f -a "version" -d "Pints the current version"
complete -c gist -f -a "version" -d "Prints the current version"

0 comments on commit e3f91da

Please sign in to comment.