summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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);
}