aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2020-04-10 13:30:58 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2020-04-10 13:30:58 -0400
commitf7ddf2d7e89590ba828672bbe74ae44a52a8b3ac (patch)
tree1551c25471d782ebfbfe8f4ebc70eb5bf35f6f9b /src
parentc4ef8c76154afa2d0528f1cd18e650062f9a87cd (diff)
downloadspmc-f7ddf2d7e89590ba828672bbe74ae44a52a8b3ac.tar.gz
Update README.md and usage
Diffstat (limited to 'src')
-rw-r--r--src/spm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/spm.c b/src/spm.c
index 99c27c3..e2e7a8f 100644
--- a/src/spm.c
+++ b/src/spm.c
@@ -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"