aboutsummaryrefslogtreecommitdiff
path: root/src/daemon
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2015-11-22 20:40:34 +0200
committerRiccardo Spagni <ric@spagni.net>2015-11-22 20:43:35 +0200
commit263cc48c4894496cd34733d2b04018b953d0d1ac (patch)
tree489249d15353635565890b20d1aaf863faa364b1 /src/daemon
parentMerge pull request #496 (diff)
parentfixed testnet fork point, added comment data back in (diff)
downloadmonero-263cc48c4894496cd34733d2b04018b953d0d1ac.tar.xz
Merge pull request #495
328636c fixed testnet fork point, added comment data back in (Riccardo Spagni) aed3038 disable time-stats by default, tweak fast-block-sync description (Riccardo Spagni) 8fe1111 update v2 testnet fork height (Riccardo Spagni) 4d74510 checkpoints update (Riccardo Spagni)
Diffstat (limited to 'src/daemon')
-rw-r--r--src/daemon/command_line_args.h4
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"