projects
/
forks
/
stagit.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
66e3410
)
Clarify usage regarding -c and -l mutual exclusion
author
Quentin Rameau
<quinq@fifth.space>
Wed, 9 May 2018 16:51:08 +0000
(18:51 +0200)
committer
Hiltjo Posthuma
<hiltjo@codemadness.org>
Wed, 9 May 2018 16:57:31 +0000
(18:57 +0200)
stagit.c
patch
|
blob
|
history
diff --git
a/stagit.c
b/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);
}