aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2016-08-29 17:06:11 +0200
committerRiccardo Spagni <ric@spagni.net>2016-08-29 17:06:11 +0200
commit69f200c7fbe8452bbf179cc062e8ae16177b523e (patch)
tree207d862f31d4cb053c6a71d72452cc27c756efe1
parentMerge pull request #1005 (diff)
parentMore for PR#999 (diff)
downloadmonero-69f200c7fbe8452bbf179cc062e8ae16177b523e.tar.xz
Merge pull request #1006
5bba2fd More for PR#999 (Howard Chu)
-rw-r--r--src/common/command_line.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/command_line.cpp b/src/common/command_line.cpp
index 98ff73bc5..90db3b04d 100644
--- a/src/common/command_line.cpp
+++ b/src/common/command_line.cpp
@@ -69,7 +69,7 @@ namespace command_line
const command_line::arg_descriptor<std::string> arg_db_sync_mode = {
"db-sync-mode"
, "Specify sync option, using format [safe|fast|fastest]:[sync|async]:[nblocks_per_sync]."
- , "fastest:async:1000"
+ , "fast:async:1000"
};
const command_line::arg_descriptor<uint64_t> arg_fast_block_sync = {
"fast-block-sync"