diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2019-11-21 01:05:50 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-21 01:05:50 -0500 |
commit | 0c2b6efeb29f184a42286bb9adeda0f1988c45e1 (patch) | |
tree | 54ebb52effff630eb528582349880e7e8a8d9896 /main.c | |
parent | 6aac41d2f220424591f306b15d0a47a7a11e88c2 (diff) | |
parent | 6a0aa493a001df88c31dc41d3bd03b9433347235 (diff) | |
download | reloc-0c2b6efeb29f184a42286bb9adeda0f1988c45e1.tar.gz |
Merge pull request #1 from jhunkeler/jhunkeler-patch-1
Implement GitHub Actions
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |