summaryrefslogtreecommitdiff
path: root/src/Propellor/Types/CmdLine.hs
diff options
context:
space:
mode:
authorJoey Hess2015-10-16 19:49:49 -0400
committerJoey Hess2015-10-16 19:49:49 -0400
commitf18304181f59f737f8034f6a5aa69b89829f1785 (patch)
tree8036e02a8b4198d6921d600e12070ec7886f170e /src/Propellor/Types/CmdLine.hs
parent2815e00bf87b3a2743b32110a36930c649eab569 (diff)
Added --unset-unused
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 380ac5a8..ca73c902 100644
--- a/src/Propellor/Types/CmdLine.hs
+++ b/src/Propellor/Types/CmdLine.hs
@@ -17,6 +17,7 @@ data CmdLine
| ControlledRun HostName ControllerChain
| Set PrivDataField Context
| Unset PrivDataField Context
+ | UnsetUnused
| Dump PrivDataField Context
| Edit PrivDataField Context
| ListFields