Clarify usage regarding -c and -l mutual exclusion - stagit-gemini - Stagit for gemini protocol Openbsd
(HTM) git clone git://thinkerwim.org/stagit-gemini.git
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit f2bd82599fbf7d3d9c2f7682ee0f09318aa1e798
(DIR) parent 1d8355b54e8bd333e00eae3ca4f4e2d0f7ed0733
(HTM) Author: Quentin Rameau <quinq@fifth.space>
Date: Wed, 9 May 2018 18:52:24 +0200
Clarify usage regarding -c and -l mutual exclusion
Diffstat:
M stagit-gopher.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) 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);
}