diff options
author | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2019-05-21 22:28:19 +0900 |
---|---|---|
committer | Atomic Bot <atomic-devel@projectatomic.io> | 2019-05-28 17:03:22 +0000 |
commit | 1c7bddd57ad686eaba7ac1f2d5b288ce8be9e11e (patch) | |
tree | ac92f730ce2450e8a79a2bbe041a3aaf32cd9a6d /man | |
parent | bebd8d6980f8ec0a182d2b69073b55085580a29c (diff) | |
download | ostree-1c7bddd57ad686eaba7ac1f2d5b288ce8be9e11e.tar.gz |
man: Document ability to commit archives from stdin
Closes: #1862
Approved by: jlebon
Diffstat (limited to 'man')
-rw-r--r-- | man/ostree-commit.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/ostree-commit.xml b/man/ostree-commit.xml index 4131d607..c64a7a00 100644 --- a/man/ostree-commit.xml +++ b/man/ostree-commit.xml @@ -102,7 +102,7 @@ Boston, MA 02111-1307, USA. <term><option>--tree</option>="dir=PATH" or "tar=TARFILE" or "ref=COMMIT"</term> <listitem><para> - Overlay the given argument as a tree. + Overlay the given argument as a tree. When committing an archive, the TARFILE can be specified as <literal>-</literal> to read the archive from standard input. </para></listitem> </varlistentry> |