36 |
36 |
37 using namespace std::chrono; |
37 using namespace std::chrono; |
38 |
38 |
39 static void print_help() { |
39 static void print_help() { |
40 fputs( |
40 fputs( |
41 "Usage: fallusmeter [OPTION]... [PATH]...\n\n" |
41 "Usage: repoheat [OPTION]... [PATH]...\n\n" |
42 "Options:\n" |
42 "Options:\n" |
43 " -a, --author <name> Only report this author\n" |
43 " -a, --author <name> Only report this author\n" |
44 " (repeat option to report multiple authors)\n" |
44 " (repeat option to report multiple authors)\n" |
45 " -A, --authormap <file> Apply an author mapping file\n" |
45 " -A, --authormap <file> Apply an author mapping file\n" |
46 " -d, --depth <num> The search depth (default: 1, max: 255)\n" |
46 " -d, --depth <num> The search depth (default: 1, max: 255)\n" |