Skip to content

Commit

Permalink
setup_gen: docu claims option is outdir not out
Browse files Browse the repository at this point in the history
  • Loading branch information
Meike Hecker committed May 18, 2016
1 parent 1d87014 commit f16641c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/setup_gen.erl
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,7 @@ options(["-target" , D|T]) -> [{target,D}|options(T)];
options(["-name" , N|T]) -> [{name, N}|options(T)];
options(["-root" , D|T]) -> [{root, D}|options(T)];
options(["-out" , D|T]) -> [{outdir, D}|options(T)];
options(["-outdir" , D|T]) -> [{outdir, D}|options(T)];
options(["-relconf" , F|T]) -> [{relconf, F}|options(T)];
options(["-conf" , F|T]) -> [{conf, F}|options(T)];
%% options(["-target_subdir", D|T]) -> [{target_subdir, D}|options(T)];
Expand Down

0 comments on commit f16641c

Please sign in to comment.