| 56 | namespace |
| 57 | { |
| 58 | char const * GetDataPathHelp() |
| 59 | { |
| 60 | static std::string const kHelp = |
| 61 | "Directory where the generated mwms are put into. Also used as the path for helper " |
| 62 | "functions, such as those that calculate statistics and regenerate sections. " |
| 63 | "Default: " + |
| 64 | Platform::GetCurrentWorkingDirectory() + "/../../data'."; |
| 65 | return kHelp.c_str(); |
| 66 | } |
| 67 | } // namespace |
| 68 | |
| 69 | // Coastlines. |