summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJoey Hess2015-06-29 16:40:01 -0400
committerJoey Hess2015-06-29 16:40:01 -0400
commitfc04d0d81df909904fa655372ee005138f3b6ea7 (patch)
tree356408138591bfb4f9ae19fa778ef88a7f405257 /doc
parent37a5c05aba1800a8ccf9a98a0bf3abd59ef1d140 (diff)
Added --unset to delete a privdata field.
Diffstat (limited to 'doc')
-rw-r--r--doc/usage.mdwn4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/usage.mdwn b/doc/usage.mdwn
index 4030628f..1c306aa3 100644
--- a/doc/usage.mdwn
+++ b/doc/usage.mdwn
@@ -71,6 +71,10 @@ and configured in haskell.
Sets a field of privdata. The content is read in from stdin.
+* propellor --unset field context
+
+ Removes a value from the privdata store.
+
* propellor --dump field context
Outputs the privdata value to stdout.