From 6a0aa493a001df88c31dc41d3bd03b9433347235 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Thu, 21 Nov 2019 00:08:12 -0500 Subject: GitHub Actions * Add MSVC support * Update README.md to reflect changes * Implement ci.yml * Add missing argument to usage statement --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.c') diff --git a/main.c b/main.c index 1db9f27..c9e9988 100644 --- a/main.c +++ b/main.c @@ -6,7 +6,7 @@ void show_version() { } void usage(char *program) { - printf("usage: %s [-V] \n" + printf("usage: %s [-hV] \n" "\n" "Options:\n" "--help (-h) - Display this help message\n" -- cgit