From c7f158c58c338961b1a1a91f41a5dade42853dec Mon Sep 17 00:00:00 2001 From: Quentin Rameau Date: Wed, 9 May 2018 18:51:08 +0200 Subject: [PATCH] Clarify usage regarding -c and -l mutual exclusion --- stagit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stagit.c b/stagit.c index e1c8621..06c213c 100644 --- 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); }