From: Jonathan Lebon Date: Mon, 20 Aug 2018 15:17:29 +0000 (-0400) Subject: man/config: Keep cmdsynopsis for GROUP.KEY version X-Git-Tag: archive/raspbian/2022.1-3+rpi1~1^2~4^2~20^2~3 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=d786b9fd5ffcee4a7c38caa1001b3009349e1a37;p=ostree.git 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 --- 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