Clarify usage regarding -c and -l mutual exclusion
1 files changed, 1 insertions(+), 1 deletions(-) | |||
---|---|---|---|
M | stagit.c | +1 | -1 |
1@@ -1010,7 +1010,7 @@ err:
2 void
3 usage(char *argv0)
4 {
5- fprintf(stderr, "%s [-c cachefile] [-l commits] repodir\n", argv0);
6+ fprintf(stderr, "%s [-c cachefile | -l commits] repodir\n", argv0);
7 exit(1);
8 }
9