summaryrefslogtreecommitdiff
path: root/src/Propellor/CmdLine.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Propellor/CmdLine.hs')
-rw-r--r--src/Propellor/CmdLine.hs7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/Propellor/CmdLine.hs b/src/Propellor/CmdLine.hs
index fc256109..448abf62 100644
--- a/src/Propellor/CmdLine.hs
+++ b/src/Propellor/CmdLine.hs
@@ -25,19 +25,18 @@ usage h = hPutStrLn h $ unlines
[ "Usage:"
, " propellor --init"
, " propellor"
- , " propellor hostname"
, " propellor --spin targethost [--via relayhost]"
, " propellor --add-key keyid"
, " propellor --rm-key keyid"
, " propellor --list-fields"
- , " propellor --dump field context"
- , " propellor --edit field context"
, " propellor --set field context"
, " propellor --unset field context"
, " propellor --unset-unused"
+ , " propellor --dump field context"
+ , " propellor --edit field context"
, " propellor --merge"
- , " propellor --build"
, " propellor --check"
+ , " propellor hostname"
]
usageError :: [String] -> IO a