stagit-gopher

[fork] gopher git frontend
Log | Files | Refs | README | LICENSE

commit f2bd82599fbf7d3d9c2f7682ee0f09318aa1e798
parent 1d8355b54e8bd333e00eae3ca4f4e2d0f7ed0733
Author: Quentin Rameau <quinq@fifth.space>
Date:   Wed,  9 May 2018 18:52:24 +0200

Clarify usage regarding -c and -l mutual exclusion

Diffstat:
Mstagit-gopher.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/stagit-gopher.c b/stagit-gopher.c @@ -1097,7 +1097,7 @@ err: void usage(char *argv0) { - fprintf(stderr, "%s [-b baseprefix] [-c cachefile] [-l commits] repodir\n", argv0); + fprintf(stderr, "%s [-b baseprefix] [-c cachefile | -l commits] repodir\n", argv0); exit(1); }