summaryrefslogtreecommitdiff
path: root/stagit.c
diff options
context:
space:
mode:
authorQuentin Rameau <quinq@fifth.space>2018-05-09 18:51:08 +0200
committerHiltjo Posthuma <hiltjo@codemadness.org>2018-05-09 18:57:31 +0200
commitc7f158c58c338961b1a1a91f41a5dade42853dec (patch)
treebb03edd27d7bbaa426c8fc8ba2f1bf5e4bd2877f /stagit.c
parent66e341067762857e5b3e6b4279395a2dcae46f04 (diff)
Clarify usage regarding -c and -l mutual exclusion
Diffstat (limited to 'stagit.c')
-rw-r--r--stagit.c2
1 files changed, 1 insertions, 1 deletions
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);
}