Skip to content

Commit

Permalink
Merge pull request #1006
Browse files Browse the repository at this point in the history
5bba2fd More for PR#999 (Howard Chu)
  • Loading branch information
fluffypony committed Aug 29, 2016
2 parents 7704867 + 5bba2fd commit 69f200c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/command_line.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 69f200c

Please sign in to comment.