aboutsummaryrefslogtreecommitdiff
path: root/src/common/command_line.cpp
diff options
context:
space:
mode:
authorHoward Chu <hyc@symas.com>2016-08-29 15:56:53 +0100
committerHoward Chu <hyc@symas.com>2016-08-29 15:58:56 +0100
commit5bba2fdbb03c9b3a30b0b83fef5d75d330954c28 (patch)
tree852e8d5a7d639265b4789ab0221b722a7bada92d /src/common/command_line.cpp
parentMerge pull request #1004 (diff)
downloadmonero-5bba2fdbb03c9b3a30b0b83fef5d75d330954c28.tar.xz
More for PR#999
Diffstat (limited to 'src/common/command_line.cpp')
-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"