浏览代码

Mention rebar -c/--commands

pull/3/head
Tuncer Ayaz 11 年前
父节点
当前提交
a554744fc0
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. +2
    -0
      src/rebar.erl

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

@ -184,6 +184,8 @@ help() ->
"[var=value,...] <command,...>",
[{"var=value", "rebar global variables (e.g. force=1)"},
{"command", "Command to run (e.g. compile)"}]),
?CONSOLE("To see a list of built-in commands, execute rebar -c.~n~n", []),
?CONSOLE(
"Type 'rebar help <CMD1> <CMD2>' for help on specific commands."
"~n~n", []),

正在加载...
取消
保存