| 717 | } |
| 718 | |
| 719 | std::string HelpMessageOpt(const std::string &option, |
| 720 | const std::string &message) { |
| 721 | return std::string(optIndent, ' ') + std::string(option) + |
| 722 | std::string("\n") + std::string(msgIndent, ' ') + |
| 723 | FormatParagraph(message, screenWidth - msgIndent, msgIndent) + |
| 724 | std::string("\n\n"); |
| 725 | } |
| 726 | |
| 727 | fs::path GetDefaultDataDir() { |
| 728 | // Windows: C:\Users\Username\AppData\Roaming\Bitcoin |