diff --git a/man/rpm-ostree.xml b/man/rpm-ostree.xml
index 12bc90eb..e3be143d 100644
--- a/man/rpm-ostree.xml
+++ b/man/rpm-ostree.xml
@@ -185,6 +185,56 @@ Boston, MA 02111-1307, USA.
+
+ pkg-add
+
+
+
+ Takes one or more packages as arguments. The packages are
+ fetched from the enabled repositories in
+ /etc/yum.repos.d/ and are overlayed on
+ top of a new deployment.
+
+
+
+ --reboot or -r to
+ initiate a reboot after the deployment is prepared.
+
+
+
+ --dry-run or -n to
+ exit after printing the transaction rather than downloading
+ the packages and creating a new deployment.
+
+
+
+
+
+ pkg-delete
+
+
+
+ Takes one or more packages as arguments. The packages are
+ removed from the set of packages that are currently
+ overlayed. The remaining packages in the set (if any) are
+ fetched from the enabled repositories in
+ /etc/yum.repos.d/ and are overlayed on
+ top of a new deployment.
+
+
+
+ --reboot or -r to
+ initiate a reboot after the deployment is prepared.
+
+
+
+ --dry-run or -n to
+ exit after printing the transaction rather than downloading
+ the packages and creating a new deployment.
+
+
+
+
rebase