summaryrefslogtreecommitdiff
path: root/lorry.1.in
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2011-10-27 15:45:12 +0100
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2011-10-27 15:45:12 +0100
commitf6e56fabe599950b752cf0a4f1e47d275631d923 (patch)
treed852236640aacd8732760a48e3a545c14b7dd396 /lorry.1.in
parentca3399feecb7a8985d24f66c3b9e74ad10afc022 (diff)
downloadlorry-f6e56fabe599950b752cf0a4f1e47d275631d923.tar.gz
Rename to Lorry
Diffstat (limited to 'lorry.1.in')
-rw-r--r--lorry.1.in14
1 files changed, 7 insertions, 7 deletions
diff --git a/lorry.1.in b/lorry.1.in
index 368b577..d474ac9 100644
--- a/lorry.1.in
+++ b/lorry.1.in
@@ -13,17 +13,17 @@
.\" with this program; if not, write to the Free Software Foundation, Inc.,
.\" 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
.\"
-.TH DETRITUS 1
+.TH LORRY 1
.SH NAME
-detritus \- mirror upstream code into Baserock git repositories
+lorry \- mirror upstream code into Baserock git repositories
.SH SYNOPSIS
.SH DESCRIPTION
-.B detritus
+.B lorry
mirrors and converts upstream source code into git repositories for Baserock.
.SH OPTIONS
.SH EXAMPLE
To mirror GNU Awk, create a file like the following as
-.IR foo.detritus :
+.IR foo.lorry :
.IP
.nf
{
@@ -35,8 +35,8 @@ To mirror GNU Awk, create a file like the following as
.PP
Then run the following command:
.IP
-detritus --verbose --pull-only foo.detritus
+lorry --verbose --pull-only foo.lorry
.SH "SEE ALSO"
.TP
-.I "http://wiki.baserock.org/Detritus/"
-The Detritus home page.
+.I "http://wiki.baserock.org/Lorry/"
+The Lorry home page.