mirror of
https://github.com/monero-project/monero.git
synced 2026-01-12 04:55:44 -08:00
Optionally query moneropulse DNS records to check for updates
It just checks and prints a message if there is a new version for now.
This commit is contained in:
@@ -120,4 +120,9 @@ namespace command_line
|
||||
, "How many blocks to sync at once during chain synchronization."
|
||||
, BLOCKS_SYNCHRONIZING_DEFAULT_COUNT
|
||||
};
|
||||
const command_line::arg_descriptor<std::string> arg_check_updates = {
|
||||
"check-updates"
|
||||
, "Check for new versions of monero: [disabled|notify|download|update]"
|
||||
, "notify"
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user