]> git.armaanb.net Git - stagit.git/commitdiff
Clarify usage regarding -c and -l mutual exclusion
authorQuentin Rameau <quinq@fifth.space>
Wed, 9 May 2018 16:51:08 +0000 (18:51 +0200)
committerHiltjo Posthuma <hiltjo@codemadness.org>
Wed, 9 May 2018 16:57:31 +0000 (18:57 +0200)
stagit.c

index e1c862176cf39db6fc58540752b653debd60bdb5..06c213ce1be7fcaad7438c207fbdbe397a1d025f 100644 (file)
--- 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);
 }