| 322 | |
| 323 | |
| 324 | static void checkFromWorldFile(const std::string& option, bool fromWorldFile) { |
| 325 | if (fromWorldFile) { |
| 326 | std::cerr << "ERROR: option [" << option |
| 327 | << "] cannot be set within a world file" << std::endl; |
| 328 | usage("bzfs"); |
| 329 | } |
| 330 | } |
| 331 | |
| 332 | |
| 333 | static int parseIntArg(int& i, const std::vector<std::string>& tokens, |