diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2023-05-01 20:22:30 +0300 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2023-05-01 20:22:30 +0300 |
| commit | b35787f4f2cf24e61b82f1eec6a5ff5eed4ba70b (patch) | |
| tree | 01e8285f56e032554ed114302ccde079ee4ea4ae | |
| parent | d1350165d9202281d158b65bef25d96253e82a89 (diff) | |
| download | ek-b35787f4f2cf24e61b82f1eec6a5ff5eed4ba70b.tar.gz ek-b35787f4f2cf24e61b82f1eec6a5ff5eed4ba70b.zip | |
forgot name change in main
| -rw-r--r-- | src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |
