summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/rebar_core.erl3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/rebar_core.erl b/src/rebar_core.erl
index e386c8a..75569b4 100644
--- a/src/rebar_core.erl
+++ b/src/rebar_core.erl
@@ -85,7 +85,8 @@ process_commands([Command | Rest], ParentConfig) ->
case erlang:get(operations) of
Operations ->
%% This command didn't do anything
- ?CONSOLE("Command '~p' not understood\n", [Command]);
+ ?CONSOLE("Command '~p' not understood or not applicable~n",
+ [Command]);
_ ->
ok
end,