summaryrefslogtreecommitdiff
path: root/src/Propellor/Types/CmdLine.hs
diff options
context:
space:
mode:
authorJoey Hess2015-09-23 13:59:59 -0400
committerJoey Hess2015-09-23 14:00:42 -0400
commit72713cadcc4ff1b6594f2e648e5672764326cdd7 (patch)
treebbc54ade33aec69cc83b50abcf39e5b127247cbc /src/Propellor/Types/CmdLine.hs
parent96047530cac80061156776af613d60ea02dbb0e6 (diff)
Added --rm-key.
Diffstat (limited to 'src/Propellor/Types/CmdLine.hs')
-rw-r--r--src/Propellor/Types/CmdLine.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Propellor/Types/CmdLine.hs b/src/Propellor/Types/CmdLine.hs
index 96949957..50908514 100644
--- a/src/Propellor/Types/CmdLine.hs
+++ b/src/Propellor/Types/CmdLine.hs
@@ -15,6 +15,7 @@ data CmdLine
| Edit PrivDataField Context
| ListFields
| AddKey String
+ | RmKey String
| Merge
| Serialized CmdLine
| Continue CmdLine