From: Quentin Rameau Date: Wed, 9 May 2018 16:51:08 +0000 (+0200) Subject: Clarify usage regarding -c and -l mutual exclusion X-Git-Url: https://git.atheridis.org/?a=commitdiff_plain;h=c7f158c58c338961b1a1a91f41a5dade42853dec;p=forks%2Fstagit.git Clarify usage regarding -c and -l mutual exclusion --- 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); }