Clarify usage regarding -c and -l mutual exclusion
This commit is contained in:
parent
66e3410677
commit
c7f158c58c
1 changed files with 1 additions and 1 deletions
2
stagit.c
2
stagit.c
|
@ -1010,7 +1010,7 @@ err:
|
|||
void
|
||||
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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue