# HG changeset patch # User Mike Becker # Date 1738704189 -3600 # Node ID b4979c194dc84f4a206fa6c6e0747ec6ee24dd68 # Parent a9230f197e61dc9fb3c7bfa1d8eb0e6a16bc52c0 replace working title with official project title diff -r a9230f197e61 -r b4979c194dc8 src/Makefile --- 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 diff -r a9230f197e61 -r b4979c194dc8 src/main.cpp --- 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 Only report this author\n" " (repeat option to report multiple authors)\n"