aboutsummaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2019-11-21 00:08:12 -0500
committerJoseph Hunkeler <jhunkeler@gmail.com>2019-11-21 01:00:50 -0500
commit6a0aa493a001df88c31dc41d3bd03b9433347235 (patch)
tree54ebb52effff630eb528582349880e7e8a8d9896 /main.c
parente3d36cb0249dcea99702db3694c0b1c2691d1ee2 (diff)
downloadreloc-6a0aa493a001df88c31dc41d3bd03b9433347235.tar.gz
GitHub Actions
* Add MSVC support * Update README.md to reflect changes * Implement ci.yml * Add missing argument to usage statement
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
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] <str1> <str2> <input_file> <output_file>\n"
+ printf("usage: %s [-hV] <str1> <str2> <input_file> <output_file>\n"
"\n"
"Options:\n"
"--help (-h) - Display this help message\n"