From d786b9fd5ffcee4a7c38caa1001b3009349e1a37 Mon Sep 17 00:00:00 2001 From: Jonathan Lebon Date: Mon, 20 Aug 2018 11:17:29 -0400 Subject: [PATCH] man/config: Keep cmdsynopsis for GROUP.KEY version It's nice to still show the previous usage since it's easier to type in trivial cases like `core.mode`. Closes: #1710 Approved by: sinnykumari --- man/ostree-config.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/man/ostree-config.xml b/man/ostree-config.xml index f052aebb..dc180b83 100644 --- a/man/ostree-config.xml +++ b/man/ostree-config.xml @@ -50,9 +50,15 @@ Boston, MA 02111-1307, USA. + + ostree config get SECTIONNAME.KEYNAME + ostree config get --group=GROUPNAME KEYNAME + + ostree config set SECTIONNAME.KEYNAME VALUE + ostree config set --group=GROUPNAME KEYNAME VALUE @@ -68,7 +74,8 @@ Boston, MA 02111-1307, USA. Example - $ ostree config get --group=core mode + $ ostree config get core.mode bare + $ ostree config set --group='remote "myremote"' url http://example.com/repo