diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2020-04-10 13:34:40 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-10 13:34:40 -0400 |
commit | f04a13fd4b7c665dfecdeaef82e2ab628d6f402d (patch) | |
tree | 1551c25471d782ebfbfe8f4ebc70eb5bf35f6f9b /src | |
parent | c4ef8c76154afa2d0528f1cd18e650062f9a87cd (diff) | |
parent | f7ddf2d7e89590ba828672bbe74ae44a52a8b3ac (diff) | |
download | spmc-f04a13fd4b7c665dfecdeaef82e2ab628d6f402d.tar.gz |
Merge pull request #21 from jhunkeler/update-usage
Update README.md and usage
Diffstat (limited to 'src')
-rw-r--r-- | src/spm.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ int RUNTIME_LIST = 0; int RUNTIME_SEARCH = 0; void usage(const char *program_name) { - printf("usage: %s [-hVvBIrmMLS]\n" + printf("usage: %s [-hVvBIRrmMLS]\n" " -h, --help show this help message\n" " -V, --version show version\n" " -v, --verbose show more information (additive)\n" |