Skip to content

Commit 7eb6618

Browse files
committed
Merge pull request #6117
a1d0ec4 re-add -reindex help message (Jonas Schnelli)
2 parents fec5c0e + a1d0ec4 commit 7eb6618

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/init.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ std::string HelpMessage(HelpMessageMode mode)
279279
strUsage += HelpMessageOpt("-prune=<n>", strprintf(_("Reduce storage requirements by pruning (deleting) old blocks. This mode disables wallet support and is incompatible with -txindex. "
280280
"Warning: Reverting this setting requires re-downloading the entire blockchain. "
281281
"(default: 0 = disable pruning blocks, >%u = target size in MiB to use for block files)"), MIN_DISK_SPACE_FOR_BLOCK_FILES / 1024 / 1024));
282-
282+
strUsage += HelpMessageOpt("-reindex", _("Rebuild block chain index from current blk000??.dat files on startup"));
283283
#if !defined(WIN32)
284284
strUsage += HelpMessageOpt("-sysperms", _("Create new files with system default permissions, instead of umask 077 (only effective with disabled wallet functionality)"));
285285
#endif

0 commit comments

Comments
 (0)