summaryrefslogtreecommitdiff
path: root/src/Propellor/Types/CmdLine.hs
diff options
context:
space:
mode:
authorJoey Hess2015-06-29 16:40:09 -0400
committerJoey Hess2015-06-29 16:40:09 -0400
commitaf8fc34abf3ff66aad2d9c5bb2fd0ce028b73da4 (patch)
tree971d15e1a77028f101b541821447d828cc9bab41 /src/Propellor/Types/CmdLine.hs
parentea35659445ea1db6fc7dbf12a038cc81cfe853e3 (diff)
parentfc04d0d81df909904fa655372ee005138f3b6ea7 (diff)
Merge branch 'joeyconfig'
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 bd0cbdfd..96949957 100644
--- a/src/Propellor/Types/CmdLine.hs
+++ b/src/Propellor/Types/CmdLine.hs
@@ -10,6 +10,7 @@ data CmdLine
| Spin [HostName] (Maybe HostName)
| SimpleRun HostName
| Set PrivDataField Context
+ | Unset PrivDataField Context
| Dump PrivDataField Context
| Edit PrivDataField Context
| ListFields