commit 1d747ca19f3afe0f7b61575a06fa9b37d4384eeb
parent 708600cc294ea1046570cd99bfc4276ae05fe8cf
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Fri, 23 Jun 2017 13:43:17 +0200
update stagit-gopher.1 and example.sh
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/example.sh b/example.sh
@@ -26,7 +26,7 @@ for dir in "${reposdir}/"*/; do
mkdir -p "${curdir}/${d}"
cd "${curdir}/${d}"
- stagit-gopher -b "/" -c ".cache" "${reposdir}/${r}"
+ stagit-gopher -b "/${d}" -c ".cache" "${reposdir}/${r}"
# symlinks
ln -sf log.gph index.gph
diff --git a/stagit-gopher.1 b/stagit-gopher.1
@@ -19,7 +19,7 @@ The options are as follows:
.Bl -tag -width Ds
.It Fl b Ar baseprefix
Use base prefix as the root.
-By default this is "/".
+By default this is "".
.It Fl c Ar cachefile
Cache the entries of the log index up to the point of
the last commit.