diff --git a/man/rpm-ostree.xml b/man/rpm-ostree.xml
index 90218a2b..b661d60c 100644
--- a/man/rpm-ostree.xml
+++ b/man/rpm-ostree.xml
@@ -91,6 +91,33 @@ Boston, MA 02111-1307, USA.
Commands
+
+ deploy
+
+ Takes version, branch, or commit ID as an
+ argument, and creates a new deployment using it, setting it up
+ as the default for the next boot. Unlike most other commands,
+ this will automatically fetch and traverse the origin history
+ to find the target.
+
+ By design, this has no
+ effect on your running filesystem tree. You must reboot for
+ any changes to take effect.
+
+
+ In addition to exit status 0 for success and 1 for error,
+ this command also uses exit status 77 to indicate that the
+ system is already on the specified commit. This tristate
+ return model is intended to support idempotency-oriented
+ systems automation tools like Ansible.
+
+
+ --reboot or -r to initiate a reboot after upgrade is prepared.
+
+ --preview download enough metadata to inspect the RPM diff, but do not actually create a new deployment.
+
+
+
upgrade