diff options
author | EuAndreh <eu@euandre.org> | 2021-08-19 21:27:20 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-08-19 21:27:20 -0300 |
commit | c9fcbb6d05c2d66836d5d262cedf3797bb89f523 (patch) | |
tree | 68ae547825f0801ab9e8e11020bd4e855045aa3c /src/gistatic.msg | |
parent | src/gistatic.c: Include usage message on -h flag (diff) | |
download | gistatic-c9fcbb6d05c2d66836d5d262cedf3797bb89f523.tar.gz gistatic-c9fcbb6d05c2d66836d5d262cedf3797bb89f523.tar.xz |
src/gistatic.c: Write actual usage and help texts
Diffstat (limited to 'src/gistatic.msg')
-rw-r--r-- | src/gistatic.msg | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/src/gistatic.msg b/src/gistatic.msg index 308e2e2..2647e1e 100644 --- a/src/gistatic.msg +++ b/src/gistatic.msg @@ -14,11 +14,21 @@ 8 Last commit -9 Usage: -h -o -i --z -x... +9 Usage: + gistatic -i -o DIRECTORY REPOSITORY... + gistatic -o DIRECTORY -u CLONE_URL REPOSITORY + gistatic [-hV] -10 help: ... +10 +Options: + -i build the index page of the repositories + -u CLONE_URL address to be shown alongside "git clone" + -o DIRECTORY output where to place the generated files + -h, --help show this help + -V, --version print the version number + +See "man gistatic" for more information. 11 commit feed |