Tue, 04 Feb 2025 22:23:09 +0100
replace working title with official project title
src/Makefile | file | annotate | diff | comparison | revisions | |
src/main.cpp | file | annotate | diff | comparison | revisions |
--- a/src/Makefile Mon Feb 03 23:17:05 2025 +0100 +++ b/src/Makefile Tue Feb 04 22:23:09 2025 +0100 @@ -25,7 +25,7 @@ SRC=main.cpp settings.cpp process.cpp repositories.cpp heatmap.cpp html.cpp OBJ=$(SRC:%.cpp=../build/%.o) -OUTPUT=../build/fallusmeter +OUTPUT=../build/repoheat all: $(OUTPUT) FORCE
--- a/src/main.cpp Mon Feb 03 23:17:05 2025 +0100 +++ b/src/main.cpp Tue Feb 04 22:23:09 2025 +0100 @@ -38,7 +38,7 @@ static void print_help() { fputs( - "Usage: fallusmeter [OPTION]... [PATH]...\n\n" + "Usage: repoheat [OPTION]... [PATH]...\n\n" "Options:\n" " -a, --author <name> Only report this author\n" " (repeat option to report multiple authors)\n"