From b08a198f00a61ee764c6e0f84d91473a385d09ed Mon Sep 17 00:00:00 2001 From: Guy Shapiro <guyshapiro@users.noreply.github.com> Date: Sun, 6 Aug 2017 11:26:51 +0300 Subject: [PATCH] Documentation: static delta default from Document that the default behavior of `ostree static-delta generate` if to generate the delta from the parent. Closes: #1057 Approved by: cgwalters --- man/ostree-static-delta.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/man/ostree-static-delta.xml b/man/ostree-static-delta.xml index ed2e1f48..3b16aaff 100644 --- a/man/ostree-static-delta.xml +++ b/man/ostree-static-delta.xml @@ -90,6 +90,8 @@ Boston, MA 02111-1307, USA. <listitem><para> Create delta to revision REV. (This option is required.) + The delta is from the parent of REV, unless specified otherwise by <option>--from</option> + or <option>--empty</option>. </para></listitem> </varlistentry>