mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-25 18:53:23 -03:00
Always add -daemonwait to known command line arguments
This commit is contained in:
parent
8e6532053f
commit
4d008f908e
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue