- commit
- c7f158c58c338961b1a1a91f41a5dade42853dec
- parent
- 66e341067762857e5b3e6b4279395a2dcae46f04
- Author
- Quentin Rameau <quinq@fifth.space>
- Date
- 2018-05-09 16:51
Clarify usage regarding -c and -l mutual exclusion
Diffstat
M | stagit.c | 2 | +- |
1 files changed, 1 insertions, 1 deletions
diff --git a/stagit.c b/stagit.c
@@ -1010,7 +1010,7 @@ err: 1010 1010 void 1011 1011 usage(char *argv0) 1012 1012 {1013 -1 fprintf(stderr, "%s [-c cachefile] [-l commits] repodir\n", argv0);-1 1013 fprintf(stderr, "%s [-c cachefile | -l commits] repodir\n", argv0); 1014 1014 exit(1); 1015 1015 } 1016 1016