aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2023-05-01 20:22:30 +0300
committerKimplul <kimi.h.kuparinen@gmail.com>2023-05-01 20:22:30 +0300
commitb35787f4f2cf24e61b82f1eec6a5ff5eed4ba70b (patch)
tree01e8285f56e032554ed114302ccde079ee4ea4ae /src/main.c
parentd1350165d9202281d158b65bef25d96253e82a89 (diff)
downloadek-b35787f4f2cf24e61b82f1eec6a5ff5eed4ba70b.tar.gz
ek-b35787f4f2cf24e61b82f1eec6a5ff5eed4ba70b.zip
forgot name change in main
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 5f392a0..c9a3b30 100644
--- a/src/main.c
+++ b/src/main.c
@@ -9,7 +9,7 @@
#include <ek/compiler.h>
static const char *cmdline_usage =
- "Copper compiler usage:\n"
+ "ek compiler usage:\n"
" cu [-I <dir>...] [-D <var>...] infile...\n"
" -h Show usage (this)\n"
" -I <dir> Add directory to import path\n"