Merge pull request #803 from WalkerWatch/issues/802

Resolves #802
This commit is contained in:
Jesse McConnell 2016-08-02 14:47:52 -05:00 committed by GitHub
commit cdb00e81cb
1 changed files with 1 additions and 1 deletions

View File

@ -958,7 +958,7 @@ public class StartArgs
if (arg.startsWith("--add-to-startd="))
{
String value = Props.getValue(arg);
StartLog.warn("--add-to-startd is deprecated! Instead use:%n %s",value);
StartLog.warn("--add-to-startd is deprecated! Instead use: --add-to-start=%s",value);
createStartd=true;
startModules.addAll(Props.getValues(arg));
run = false;