improved deprecated warning
This commit is contained in:
parent
a21434f289
commit
1e6c5fac6b
|
@ -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: --add-to-start=%s",value);
|
||||
StartLog.warn("--add-to-startd is deprecated! Instead use: --create-startd --add-to-start=%s",value);
|
||||
createStartd=true;
|
||||
startModules.addAll(Props.getValues(arg));
|
||||
run = false;
|
||||
|
|
Loading…
Reference in New Issue