diff options
author | Quentin Rameau <quinq@fifth.space> | 2018-05-09 18:51:08 +0200 |
---|---|---|
committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2018-05-09 18:57:31 +0200 |
commit | c7f158c58c338961b1a1a91f41a5dade42853dec (patch) | |
tree | bb03edd27d7bbaa426c8fc8ba2f1bf5e4bd2877f | |
parent | 66e341067762857e5b3e6b4279395a2dcae46f04 (diff) | |
download | stagit-fork-c7f158c58c338961b1a1a91f41a5dade42853dec.zip |
Clarify usage regarding -c and -l mutual exclusion
-rw-r--r-- | stagit.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); } |