Update the usage message to reflect the executable name being lowercase.
parent
1c9cbb207b
commit
476cadb3c3
|
@ -4,7 +4,7 @@
|
|||
|
||||
int main(int argc, char *argv[]) {
|
||||
if (argc != 4) {
|
||||
std::cout << "Usage: Timer <hours> <minutes> <seconds>" << std::endl;
|
||||
std::cout << "Usage: timer <hours> <minutes> <seconds>" << std::endl;
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue