Introduction
Introduction Statistics Contact Development Disclaimer Help
Clarify usage regarding -c and -l mutual exclusion - stagit-gopher - static git…
git clone git://git.codemadness.org/stagit-gopher
Log
Files
Refs
README
LICENSE
---
commit f2bd82599fbf7d3d9c2f7682ee0f09318aa1e798
parent 1d8355b54e8bd333e00eae3ca4f4e2d0f7ed0733
Author: Quentin Rameau <[email protected]>
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(-)
---
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] repodi…
+ fprintf(stderr, "%s [-b baseprefix] [-c cachefile | -l commits] repodi…
exit(1);
}
You are viewing proxied material from codemadness.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.