Clarify usage regarding -c and -l mutual exclusion

This commit is contained in:
Quentin Rameau 2018-05-09 18:51:08 +02:00 committed by Hiltjo Posthuma
parent 66e3410677
commit c7f158c58c

View file

@ -1010,7 +1010,7 @@ err:
void void
usage(char *argv0) usage(char *argv0)
{ {
fprintf(stderr, "%s [-c cachefile] [-l commits] repodir\n", argv0); fprintf(stderr, "%s [-c cachefile | -l commits] repodir\n", argv0);
exit(1); exit(1);
} }