diff options
author | Riccardo Spagni <ric@spagni.net> | 2015-11-21 15:57:23 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2015-11-21 15:57:23 +0200 |
commit | aed3038b759d885dff412b721ce307ef3d1c49ff (patch) | |
tree | 75d13496af955215ac8e6c9aadb937f33eb86e7a /src/daemon/command_line_args.h | |
parent | update v2 testnet fork height (diff) | |
download | monero-aed3038b759d885dff412b721ce307ef3d1c49ff.tar.xz |
disable time-stats by default, tweak fast-block-sync description
Diffstat (limited to 'src/daemon/command_line_args.h')
-rw-r--r-- | src/daemon/command_line_args.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/daemon/command_line_args.h b/src/daemon/command_line_args.h index 8da470c86..48571cb96 100644 --- a/src/daemon/command_line_args.h +++ b/src/daemon/command_line_args.h @@ -82,13 +82,13 @@ namespace daemon_args }; const command_line::arg_descriptor<uint64_t> arg_fast_block_sync = { "fast-block-sync" - , "Test fast block-sync option using temporarily embedded known block hashes." + , "Sync up most of the way by using embedded, known block hashes." , 1 }; const command_line::arg_descriptor<uint64_t> arg_show_time_stats = { "show-time-stats" , "Show time-stats when processing blocks/txs and disk synchronization." - , 1 + , 0 }; const command_line::arg_descriptor<uint64_t> arg_db_auto_remove_logs = { "db-auto-remove-logs" |