diff --git a/src/rebar_eunit.erl b/src/rebar_eunit.erl
index d1e847b..0c52c58 100644
--- a/src/rebar_eunit.erl
+++ b/src/rebar_eunit.erl
@@ -43,7 +43,7 @@
%% The following Global options are supported:
%%
%% - verbose=1 - show extra output from the eunit test
-%% - suite="foo"" - runs test/foo_tests.erl
+%% - suites="foo,bar" - runs test/foo_tests.erl and test/bar_tests.erl
%%
%% Additionally, for projects that have separate folders for the core
%% implementation, and for the unit tests, then the following