diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2020-04-10 13:30:58 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2020-04-10 13:30:58 -0400 |
commit | f7ddf2d7e89590ba828672bbe74ae44a52a8b3ac (patch) | |
tree | 1551c25471d782ebfbfe8f4ebc70eb5bf35f6f9b /src | |
parent | c4ef8c76154afa2d0528f1cd18e650062f9a87cd (diff) | |
download | spmc-f7ddf2d7e89590ba828672bbe74ae44a52a8b3ac.tar.gz |
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" |