]> git.armaanb.net Git - stagit.git/blobdiff - man/stagit.1
change STAGIT_BASEURL to an -u option and also update the example script
[stagit.git] / man / stagit.1
index d53595f880dcdb69af47fd2499fd58e58a91227c..c44947657741f3bfb94d81f1cafc069d70923d36 100644 (file)
@@ -8,6 +8,7 @@
 .Nm
 .Op Fl c Ar cachefile
 .Op Fl l Ar commits
+.Op Fl u Ar baseurl
 .Ar repodir
 .Sh DESCRIPTION
 .Nm
@@ -31,6 +32,9 @@ Write a maximum number of
 .Ar commits
 to the log.html file only.
 However the commit files are written as usual.
+.It Fl u Ar baseurl
+Base URL to make links in the Atom feeds absolute.
+For example: "https://git.codemadness.org/stagit/".
 .El
 .Pp
 The options
@@ -101,12 +105,6 @@ favicon image.
 .It style.css
 CSS stylesheet.
 .El
-.Sh ENVIRONMENT
-.Bl -tag -width Ds
-.It Ev STAGIT_BASEURL
-Base URL to make links in atom.xml absolute.
-For example: STAGIT_BASE_URL="https://git.codemadness.org/stagit/".
-.El
 .Sh EXIT STATUS
 .Ex -std
 .Sh SEE ALSO