| 538 | } |
| 539 | |
| 540 | static void printVersion() { |
| 541 | printf("FoundationDB " FDB_VT_PACKAGE_NAME " (v" FDB_VT_VERSION ")\n"); |
| 542 | printf("source version %s\n", getSourceVersion()); |
| 543 | printf("protocol %" PRIx64 "\n", currentProtocolVersion().version()); |
| 544 | } |
| 545 | |
| 546 | static void printHelpTeaser(const char* name) { |
| 547 | fprintf(stderr, "Try `%s --help' for more information.\n", name); |
no test coverage detected