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); }