From e3dacfc402108d2da408f843542d82dcab58157d Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 26 Dec 2016 11:54:37 -0400 Subject: get usage and man page back in sync Remove --build which is no longer present. Order the list of options the same. Document --rm-key in man page. --- src/Propellor/CmdLine.hs | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'src/Propellor') 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 -- cgit v1.2.3