瀏覽代碼

Merge pull request #110 from tuncer/help

Document 'rebar help <CMD1> <CMD2>'
pull/3/head
Dave Smith 12 年之前
父節點
當前提交
2a4350b06b
共有 1 個檔案被更改,包括 3 行新增0 行删除
  1. +3
    -0
      src/rebar.erl

+ 3
- 0
src/rebar.erl 查看文件

@ -182,6 +182,9 @@ help() ->
"[var=value,...] <command,...>", "[var=value,...] <command,...>",
[{"var=value", "rebar global variables (e.g. force=1)"}, [{"var=value", "rebar global variables (e.g. force=1)"},
{"command", "Command to run (e.g. compile)"}]), {"command", "Command to run (e.g. compile)"}]),
?CONSOLE(
"Type 'rebar help <CMD1> <CMD2>' for help on specific commands."
"~n~n", []),
?CONSOLE( ?CONSOLE(
"Core rebar.config options:~n" "Core rebar.config options:~n"
" ~p~n" " ~p~n"

Loading…
取消
儲存