summaryrefslogtreecommitdiff
path: root/propellor.1
diff options
context:
space:
mode:
authorJoey Hess2014-08-19 18:06:00 -0400
committerJoey Hess2014-08-19 18:06:00 -0400
commit11c1160655f64df8586b7e299a22b9befb4e0ef1 (patch)
tree43d5e73c508470fd541522b9d7b03d5c184e799a /propellor.1
parentd6320b8130fb65b793ee09b031b47b23dc27beef (diff)
reorg manpage
Diffstat (limited to 'propellor.1')
-rw-r--r--propellor.115
1 files changed, 15 insertions, 0 deletions
diff --git a/propellor.1 b/propellor.1
new file mode 100644
index 00000000..3ee3bf4a
--- /dev/null
+++ b/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>