summaryrefslogtreecommitdiff
path: root/debian/propellor.1
diff options
context:
space:
mode:
authorJoey Hess2014-04-03 00:59:26 -0400
committerJoey Hess2014-04-03 01:55:49 -0400
commit42f207232beb57c18f67884e7c28424dba3c84c6 (patch)
treefe389f774e2f0de6cd5562b9b349f727319cc03f /debian/propellor.1
parent167609746d22951477abd6490b34480205c659af (diff)
debianization and a wrapper program for /usr/bin
Diffstat (limited to 'debian/propellor.1')
-rw-r--r--debian/propellor.115
1 files changed, 15 insertions, 0 deletions
diff --git a/debian/propellor.1 b/debian/propellor.1
new file mode 100644
index 00000000..3ee3bf4a
--- /dev/null
+++ b/debian/propellor.1
@@ -0,0 +1,15 @@
+.\" -*- nroff -*-
+.TH propellor 1 "Commands"
+.SH NAME
+propellor \- property-based host configuration management in haskell
+.SH SYNOPSIS
+.B propellor [options] host
+.SH DESCRIPTION
+.I propellor
+is a property-based host configuration management program written
+and configured in haskell.
+.PP
+The first time you run propellor, it will set up a ~/.propellor/
+repository. Edit ~/.propellor/config.hs to configure it.
+.SH AUTHOR
+Joey Hess <joey@kitenet.net>