Add hint to user about 'stop' command

Improves gh-218
This commit is contained in:
Dave Syer 2014-01-14 17:43:50 +00:00
parent 1f5cba9e32
commit 6b6bd37924

View File

@ -92,7 +92,7 @@ public class RunCommand extends OptionParsingCommand {
if (this.runner != null) {
throw new RuntimeException(
"Already running. Please stop the current application before running another.");
"Already running. Please stop the current application before running another (use the 'stop' command).");
}
SourceOptions sourceOptions = new SourceOptions(options);