| 83:bb0fc7994d2f | 84:7c9dfe5b49b5 |
|---|---|
| 37 #include <numeric> | 37 #include <numeric> |
| 38 #include <ranges> | 38 #include <ranges> |
| 39 | 39 |
| 40 using namespace std::chrono; | 40 using namespace std::chrono; |
| 41 | 41 |
| 42 static constexpr auto program_version = "1.2.0"; | 42 static constexpr auto program_version = "1.2.1"; |
| 43 | 43 |
| 44 static void print_help() { | 44 static void print_help() { |
| 45 fputs( | 45 fputs( |
| 46 "Usage: repoheat [OPTION]... [PATH]...\n\n" | 46 "Usage: repoheat [OPTION]... [PATH]...\n\n" |
| 47 "Options:\n" | 47 "Options:\n" |