From 476cadb3c38efd599c5d503f0c8abd4b45122efc Mon Sep 17 00:00:00 2001 From: kalle Date: Sun, 15 Nov 2020 16:56:26 +0100 Subject: [PATCH] Update the usage message to reflect the executable name being lowercase. --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 4b1e10e..3dc858b 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -4,7 +4,7 @@ int main(int argc, char *argv[]) { if (argc != 4) { - std::cout << "Usage: Timer " << std::endl; + std::cout << "Usage: timer " << std::endl; return 1; }