mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-04-15 07:40:57 +02:00
Always add -daemonwait to known command line arguments
This commit is contained in:
parent
8e6532053f
commit
4d008f908e
@ -585,6 +585,7 @@ void SetupServerArgs(NodeContext& node)
|
||||
argsman.AddArg("-daemonwait", strprintf("Wait for initialization to be finished before exiting. This implies -daemon (default: %d)", DEFAULT_DAEMONWAIT), ArgsManager::ALLOW_BOOL, OptionsCategory::OPTIONS);
|
||||
#else
|
||||
hidden_args.emplace_back("-daemon");
|
||||
hidden_args.emplace_back("-daemonwait");
|
||||
#endif
|
||||
|
||||
// Add the hidden options
|
||||
|
Loading…
x
Reference in New Issue
Block a user