Skip to content

Commit

Permalink
Fix the delete documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
copiousfreetime committed Oct 11, 2013
1 parent 1a32932 commit fcc1a82
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bin/stickler
Expand Up @@ -25,7 +25,7 @@ Stickler server interaction
#{exec_name} mirror --help
#{exec_name} config --server http://stickler.example.com --upstream http://rubygems.org/
#{exec_name} list --server http://stickler.example.com
#{exec_name} delete my_gem --gem-version 1.2.3 --server #http://stickler.example.com/
#{exec_name} delete my_gem --gem-version 1.2.3 --server http://stickler.example.com/
#{exec_name} latest-version my_gem --server http://stickler.example.com
Options:
Expand Down
3 changes: 3 additions & 0 deletions man/stickler.1.ronn
Expand Up @@ -48,6 +48,9 @@ COMMANDS
*latest-version*:
Prints the latest version of a gem

*delete*:
Completely remove a gem from the gem server's index.

OPTIONS
-------
These are the options for all commands. Not all options apply to all commands.
Expand Down

0 comments on commit fcc1a82

Please sign in to comment.