Clarify usage regarding -c and -l mutual exclusion - stagit-gopher - A git gopher frontend. (mirror)
 (HTM) git clone git://bitreich.org/stagit-gopher/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/stagit-gopher/
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Tags
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit f2bd82599fbf7d3d9c2f7682ee0f09318aa1e798
 (DIR) parent 1d8355b54e8bd333e00eae3ca4f4e2d0f7ed0733
 (HTM) Author: Quentin Rameau <quinq@fifth.space>
       Date:   Wed,  9 May 2018 18:52:24 +0200
       
       Clarify usage regarding -c and -l mutual exclusion
       
       Diffstat:
         M stagit-gopher.c                     |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/stagit-gopher.c b/stagit-gopher.c
       @@ -1097,7 +1097,7 @@ err:
        void
        usage(char *argv0)
        {
       -        fprintf(stderr, "%s [-b baseprefix] [-c cachefile] [-l commits] repodir\n", argv0);
       +        fprintf(stderr, "%s [-b baseprefix] [-c cachefile | -l commits] repodir\n", argv0);
                exit(1);
        }