Skip to content

Commit

Permalink
Usage should come before arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Gunderloy authored and Mike Gunderloy committed Jan 9, 2012
1 parent 09bbfdc commit ae82489
Show file tree
Hide file tree
Showing 2 changed files with 100 additions and 100 deletions.
8 changes: 4 additions & 4 deletions command-reference.erb
Expand Up @@ -15,6 +15,10 @@ What each `gem` command does, and how to use it.
<%= htmlify(command.summary) %>

### Usage

<%= command.usage %> [options]

<% if command.arguments != "" %>
### Arguments

Expand All @@ -23,10 +27,6 @@ What each `gem` command does, and how to use it.
<% end %>
<% end %>
### Usage

<%= command.usage %> [options]

<% if command.description && command.description != "" %>
### Description

Expand Down

0 comments on commit ae82489

Please sign in to comment.