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