Skip to content

Commit

Permalink
fix flags
Browse files Browse the repository at this point in the history
  • Loading branch information
jordansissel committed May 6, 2011
1 parent 49b9e5e commit ba928ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This plugin provides the following flags:
<dl>
<% @flags.each do |flag, description| -%>
<%# Prefix flag with plugin name. %>
<dt> <%= flag.gsub(/^--/, "--#{name}") %> </dt>
<dt> <%= flag.gsub(/^--/, "--#{name}-") %> </dt>
<dd> <%= description %> </dd>
<% end -%>
</dl>
Expand Down

0 comments on commit ba928ae

Please sign in to comment.