commit 1cd45465ff4e9ac937a223b1bd750312a5ee1122
parent 9bdac4207a1c3e1caffc1f7d12356fe0282429fa
Author: Armaan Bhojwani <me@armaanb.net>
Date: Mon, 8 Mar 2021 14:06:18 -0500
Document previous commit
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/README b/README
@@ -16,7 +16,7 @@ Make files per repository:
Make index file for repositories:
- $ stagit-index repodir1 repodir2 repodir3 > index.html
+ $ stagit-index repodir1 repodir2 repodir3
Build and install
diff --git a/man/stagit-index.1 b/man/stagit-index.1
@@ -10,7 +10,7 @@
.Sh DESCRIPTION
.Nm
will create an index HTML page for the repositories specified and writes
-the HTML data to stdout.
+the HTML data to "index.html".
The repos in the index are in the same order as the arguments
.Ar repodir
specified.