aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorGinger Bill <bill@gingerbill.org>2016-12-09 16:31:14 +0000
committerGinger Bill <bill@gingerbill.org>2016-12-09 16:31:14 +0000
commitad843141439fc101709dc234c289d5d6d4676aaf (patch)
tree9b4bbc9f6363d84f86a394fb3ddacca7303d4ce5 /src/main.c
parenta6f8c9d6e097b282415a9d4502b3ec4e62e304d6 (diff)
Update README.mdv0.0.4
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/main.c b/src/main.c
index 56452fb87..89d9e5150 100644
--- a/src/main.c
+++ b/src/main.c
@@ -65,9 +65,10 @@ void usage(char *argv0) {
gb_printf_err("Usage:");
gb_printf_err("\n\t%s command [arguments]\n", argv0);
gb_printf_err("Commands:");
- gb_printf_err("\n\tbuild compile .odin file");
- gb_printf_err("\n\trun compile and run .odin file");
- gb_printf_err("\n\tversion print Odin version");
+ gb_printf_err("\n\tbuild compile .odin file");
+ gb_printf_err("\n\tbuild_dll compile .odin file as dll");
+ gb_printf_err("\n\trun compile and run .odin file");
+ gb_printf_err("\n\tversion print Odin version");
gb_printf_err("\n\n");
}