was suddenly removed with fc44231cb72afae2fffe0fac64e236a1d33b90e6 (probably not by purpose)
re-add -reindex help message #6117
pull jonasschnelli wants to merge 1 commits into bitcoin:master from jonasschnelli:2015/05/readd_reindex_help changing 1 files +1 −1-
jonasschnelli commented at 12:57 PM on May 8, 2015: contributor
-
laanwj commented at 3:06 PM on May 8, 2015: member
Thanks, that was indeed not on purpose
-
a1d0ec44d7
re-add -reindex help message
was suddenly removed with fc44231cb72afae2fffe0fac64e236a1d33b90e6 (probably not by purpose)
-
in src/init.cpp:None in 9a08e19f58 outdated
278 | @@ -279,7 +279,7 @@ std::string HelpMessage(HelpMessageMode mode) 279 | strUsage += HelpMessageOpt("-prune=<n>", strprintf(_("Reduce storage requirements by pruning (deleting) old blocks. This mode disables wallet support and is incompatible with -txindex. " 280 | "Warning: Reverting this setting requires re-downloading the entire blockchain. " 281 | "(default: 0 = disable pruning blocks, >%u = target size in MiB to use for block files)"), MIN_DISK_SPACE_FOR_BLOCK_FILES / 1024 / 1024)); 282 | - 283 | + strUsage += HelpMessageOpt("-reindex", _("Rebuild block chain index from current blk000??.dat files") + " " + _("on startup"));
laanwj commented at 3:08 PM on May 8, 2015:Absence of the string will have removed it from the translation, unfortunately. So we should probably turn this into one string, now we're at it:
strUsage += HelpMessageOpt("-reindex", _("Rebuild block chain index from current blk000??.dat files on startup"));
jonasschnelli commented at 5:59 PM on May 8, 2015:Okay. Fixed and force pushed.
jonasschnelli force-pushed on May 8, 2015laanwj merged this on May 9, 2015laanwj closed this on May 9, 2015laanwj referenced this in commit 7eb66182f3 on May 9, 2015MarcoFalke locked this on Sep 8, 2021Contributors
github-metadata-mirror
This is a metadata mirror of the GitHub repository bitcoin/bitcoin. This site is not affiliated with GitHub. Content is generated from a GitHub metadata backup.
generated: 2026-04-24 12:15 UTC
This is a metadata mirror of the GitHub repository bitcoin/bitcoin. This site is not affiliated with GitHub. Content is generated from a GitHub metadata backup.
generated: 2026-04-24 12:15 UTC
This site is hosted by @0xB10C
More mirrored repositories can be found on mirror.b10c.me
More mirrored repositories can be found on mirror.b10c.me