stagit
static git repository generator
git clone https://9o.is/git/stagit.git
commit f906b81b60fe0893fbb8176c86d1b0bde562eef3 parent c57919e131ae2e9347e04551d9cdae4ef2f68a78 Author: Quentin Rameau <quinq@fifth.space> Date: Wed, 9 May 2018 18:51:08 +0200 Clarify usage regarding -c and -l mutual exclusion Diffstat:
| M | stagit.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/stagit.c b/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); }