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
  1. jonasschnelli commented at 12:57 PM on May 8, 2015: contributor

    was suddenly removed with fc44231cb72afae2fffe0fac64e236a1d33b90e6 (probably not by purpose)

    https://github.com/bitcoin/bitcoin/commit/fc44231cb72afae2fffe0fac64e236a1d33b90e6#diff-c865a8939105e6350a50af02766291b7L282

  2. laanwj commented at 3:06 PM on May 8, 2015: member

    Thanks, that was indeed not on purpose

  3. re-add -reindex help message
    was suddenly removed with fc44231cb72afae2fffe0fac64e236a1d33b90e6 (probably not by purpose)
    a1d0ec44d7
  4. 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.

  5. jonasschnelli force-pushed on May 8, 2015
  6. laanwj merged this on May 9, 2015
  7. laanwj closed this on May 9, 2015

  8. laanwj referenced this in commit 7eb66182f3 on May 9, 2015
  9. MarcoFalke locked this on Sep 8, 2021

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 site is hosted by @0xB10C
More mirrored repositories can be found on mirror.b10c.me