Skip to content

Commit

Permalink
Fix invalid name in various places
Browse files Browse the repository at this point in the history
Signed-off-by: Jordan Wilberding <diginux@gmail.com>
  • Loading branch information
ericbmerritt authored and jwilberding committed Feb 22, 2012
1 parent 07e8e16 commit a98631e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/QuickStart.md
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ sinan help command.
-p, --project the name of the project
-n, --nversion the version of the project
var=value Variables that will affect the compilation (e.g. debug=1)
command Commands that will be executed by erlb (e.g. compile)
command Commands that will be executed by sinan (e.g. build)

available commands are as follows

Expand Down
2 changes: 1 addition & 1 deletion src/sinan.erl
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ usage(OptSpecList) ->
[{"var=value",
"Variables that will affect the compilation (e.g. debug=1)"},
{"command",
"Commands that will be executed by erlb (e.g. compile)"}]).
"Commands that will be executed by sinan (e.g. build)"}]).

-spec option_spec_list() -> list().
option_spec_list() ->
Expand Down

0 comments on commit a98631e

Please sign in to comment.