aboutsummaryrefslogtreecommitdiff
path: root/src/spm.c
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@users.noreply.github.com>2020-04-10 13:34:40 -0400
committerGitHub <noreply@github.com>2020-04-10 13:34:40 -0400
commitf04a13fd4b7c665dfecdeaef82e2ab628d6f402d (patch)
tree1551c25471d782ebfbfe8f4ebc70eb5bf35f6f9b /src/spm.c
parentc4ef8c76154afa2d0528f1cd18e650062f9a87cd (diff)
parentf7ddf2d7e89590ba828672bbe74ae44a52a8b3ac (diff)
downloadspmc-f04a13fd4b7c665dfecdeaef82e2ab628d6f402d.tar.gz
Merge pull request #21 from jhunkeler/update-usage
Update README.md and usage
Diffstat (limited to 'src/spm.c')
-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"