stagit

Clarify usage regarding -c and -l mutual exclusion

Quentin Rameau contact@arjunchoudhary.com

commit: b6f0e1a parent: 908370c
1 files changed, 1 insertions(+), 1 deletions(-)
Mstagit.c+1-1
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