Skip to content

Commit

Permalink
Update command_line.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Stellite committed Apr 20, 2018
1 parent c3ec2f8 commit 1405cf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stellite/src/common/command_line.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ namespace command_line
const command_line::arg_descriptor<size_t> arg_block_sync_size = {
"block-sync-size"
, "How many blocks to sync at once during chain synchronization (0 = adaptive)."
, 0
, 1
};
const command_line::arg_descriptor<std::string> arg_check_updates = {
"check-updates"
Expand Down

0 comments on commit 1405cf6

Please sign in to comment.