src/main.cpp

changeset 82
f3242673777c
parent 81
1ff88eb9555c
equal deleted inserted replaced
81:1ff88eb9555c 82:f3242673777c
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-preview"; 42 static constexpr auto program_version = "1.2.0";
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"

mercurial