replace working title with official project title

Tue, 04 Feb 2025 22:23:09 +0100

author
Mike Becker <universe@uap-core.de>
date
Tue, 04 Feb 2025 22:23:09 +0100
changeset 23
b4979c194dc8
parent 22
a9230f197e61
child 24
2a4e97fc5ce5

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"

mercurial