aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authornahuhh <50635951+nahuhh@users.noreply.github.com>2025-09-21 18:15:19 +0000
committernahuhh <50635951+nahuhh@users.noreply.github.com>2025-09-21 18:53:02 +0000
commit00e4fafb6e5aeeef28a0387b7c9ae5cf6fd1d342 (patch)
treeeb48bb1f66bde50f71a7d5774e3701d2666af6e3 /src
parent81f948a4a1b2ab9314399f6fd82405aefd1b97a5 (diff)
downloadmonzero-core-00e4fafb6e5aeeef28a0387b7c9ae5cf6fd1d342.tar.gz
monzero-core-00e4fafb6e5aeeef28a0387b7c9ae5cf6fd1d342.tar.xz
monzero-core-00e4fafb6e5aeeef28a0387b7c9ae5cf6fd1d342.zip
cryptonote_core: `--dns-versions-check` is deprecated
Diffstat (limited to 'src')
-rw-r--r--src/cryptonote_core/cryptonote_core.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cryptonote_core/cryptonote_core.cpp b/src/cryptonote_core/cryptonote_core.cpp
index d96305f3e..ee7e643a6 100644
--- a/src/cryptonote_core/cryptonote_core.cpp
+++ b/src/cryptonote_core/cryptonote_core.cpp
@@ -697,7 +697,7 @@ namespace cryptonote
else if (check_updates_string == "update")
check_updates_level = UPDATES_UPDATE;
else {
- MERROR("Invalid argument to --dns-versions-check: " << check_updates_string);
+ MERROR("Invalid argument to --check-updates: " << check_updates_string);
return false;
}