diff options
Diffstat (limited to 'src/rebar_prv_help.erl')
| -rw-r--r-- | src/rebar_prv_help.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rebar_prv_help.erl b/src/rebar_prv_help.erl index e9d89ca..efc9c3f 100644 --- a/src/rebar_prv_help.erl +++ b/src/rebar_prv_help.erl @@ -29,7 +29,7 @@ init(State) -> opts = []}), {ok, State1}. --spec do(rebar_state:t()) -> {ok, rebar_state:t()}. +-spec do(rebar_state:t()) -> {ok, rebar_state:t()} | {error, string()}. do(State) -> help(State), {ok, State}. |
