diff --git a/man/ostree-refs.xml b/man/ostree-refs.xml
index 726a94ac..26a3203d 100644
--- a/man/ostree-refs.xml
+++ b/man/ostree-refs.xml
@@ -51,13 +51,17 @@ Boston, MA 02111-1307, USA.
ostree refsOPTIONSPREFIX
+
+ ostree refsEXISTING--create=NEWREF
+ Description
- Lists all refs available on the host. If specified, PREFIX assigns the refspec prefix; default prefix is null, which lists all refs.
+ Lists all refs available on the host. If specified, PREFIX assigns the refspec prefix; default
+ prefix is null, which lists all refs. This command can also be used to create or delete refs.
@@ -75,6 +79,16 @@ Boston, MA 02111-1307, USA.
printed in full, rather than
truncated.
+
+
+ =NEWREF
+
+
+ Create a ref pointing to the commit EXISTING. NEWREF must not already exist, and EXISTING
+ must be an existing commit. More than one ref can point to the same commit.
+
+
+
@@ -85,7 +99,15 @@ Boston, MA 02111-1307, USA.
-
+ ,
+
+
+ If used with , create an alias. Otherwise just list aliases.
+
+
+
+
+ ,
Enable interactions with refs using the combination of their
@@ -99,8 +121,7 @@ Boston, MA 02111-1307, USA.
is created. (This is an abuse of the refspec syntax.)When deleting refs, all refs whose collection ID equals
- the value of the argument are
- deleted.
+ PREFIX are deleted.