aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 5371393d1..7896756d4 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -545,8 +545,8 @@ void usage(String argv0) {
print_usage_line(1, "version print version");
print_usage_line(1, "report print information useful to reporting a bug");
print_usage_line(0, "");
- print_usage_line(0, "For more information of flags, apply the flag to see what is possible");
- print_usage_line(1, "-help");
+ print_usage_line(0, "For further details on a command, use -help or --help after the command name");
+ print_usage_line(1, "e.g. odin build -help");
}