38:f716db85d91e | 39:9f7a835f4acc |
---|---|
34 #include <cstring> | 34 #include <cstring> |
35 #include <cerrno> | 35 #include <cerrno> |
36 | 36 |
37 using namespace std::chrono; | 37 using namespace std::chrono; |
38 | 38 |
39 static constexpr auto program_version = "1.0.1 (beta)"; | 39 static constexpr auto program_version = "1.0.1"; |
40 | 40 |
41 static void print_help() { | 41 static void print_help() { |
42 fputs( | 42 fputs( |
43 "Usage: repoheat [OPTION]... [PATH]...\n\n" | 43 "Usage: repoheat [OPTION]... [PATH]...\n\n" |
44 "Options:\n" | 44 "Options:\n" |