"Warning: Reverting this setting requires re-downloading the entire blockchain. "
"Warning: Reverting this setting requires re-downloading the entire blockchain. "
"(default: 0 = disable pruning blocks, >%u = target size in MiB to use for block files)"),MIN_DISK_SPACE_FOR_BLOCK_FILES/1024/1024));
"(default: 0 = disable pruning blocks, >%u = target size in MiB to use for block files)"),MIN_DISK_SPACE_FOR_BLOCK_FILES/1024/1024));
strUsage+=HelpMessageOpt("-reindex",_("Rebuild block chain index from current blk000??.dat files on startup"));
strUsage+=HelpMessageOpt("-reindex",_("Rebuild block chain index from current blk000??.dat files on startup"));
#if !defined(WIN32)
#ifndef WIN32
strUsage+=HelpMessageOpt("-sysperms",_("Create new files with system default permissions, instead of umask 077 (only effective with disabled wallet functionality)"));
strUsage+=HelpMessageOpt("-sysperms",_("Create new files with system default permissions, instead of umask 077 (only effective with disabled wallet functionality)"));
#endif
#endif
strUsage+=HelpMessageOpt("-txindex",strprintf(_("Maintain a full transaction index, used by the getrawtransaction rpc call (default: %u)"),0));
strUsage+=HelpMessageOpt("-txindex",strprintf(_("Maintain a full transaction index, used by the getrawtransaction rpc call (default: %u)"),0));