Skip to content

Commit 4d008f9

Browse files
committed
Always add -daemonwait to known command line arguments
1 parent 8e65320 commit 4d008f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/init.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -585,6 +585,7 @@ void SetupServerArgs(NodeContext& node)
585585
argsman.AddArg("-daemonwait", strprintf("Wait for initialization to be finished before exiting. This implies -daemon (default: %d)", DEFAULT_DAEMONWAIT), ArgsManager::ALLOW_BOOL, OptionsCategory::OPTIONS);
586586
#else
587587
hidden_args.emplace_back("-daemon");
588+
hidden_args.emplace_back("-daemonwait");
588589
#endif
589590

590591
// Add the hidden options

0 commit comments

Comments
 (0)