From 792b32eb9669d47c6b318fb6dcec41870f998880 Mon Sep 17 00:00:00 2001 From: Matthew Leeds Date: Fri, 12 Jan 2018 22:22:50 -0800 Subject: [PATCH] man: Update ostree-summary.xml Update the man page for the summary command to add the undocumented options, make the syntax clear, and add examples. Closes: #1416 Approved by: pwithnall --- man/ostree-summary.xml | 71 +++++++++++++++++++++++++++++++++--------- 1 file changed, 57 insertions(+), 14 deletions(-) diff --git a/man/ostree-summary.xml b/man/ostree-summary.xml index 815d2b5a..b4629c3d 100644 --- a/man/ostree-summary.xml +++ b/man/ostree-summary.xml @@ -44,12 +44,16 @@ Boston, MA 02111-1307, USA. ostree-summary - Regenerate the summary metadata file + Regenerate or view the summary metadata file - ostree summary OPTIONS + ostree summary --gpg-sign=KEYID --gpg-homedir=HOMEDIR --update --add-metadata=KEY=VALUE + + + + ostree summary --view--raw @@ -70,20 +74,13 @@ Boston, MA 02111-1307, USA. - + , - Update the summary file. - - Any additional arguments to the command - are treated as additional key–value pairs to be added to the - summary file as additional metadata. They must be in the format - KEY=VALUE - or as two separate arguments. The keys must be namespaced for - your organisation or repository using a dot prefix. The values - must be in GVariant text format. For example, - exampleos.end-of-life "@t 1445385600". - + Update the summary file. This option can be combined + with to add metadata + fields to the summary. +