summaryrefslogtreecommitdiff
path: root/src/ostree/ot-builtin-config.c
diff options
context:
space:
mode:
authorJonathan Lebon <jlebon@redhat.com>2017-09-01 15:52:13 -0400
committerAtomic Bot <atomic-devel@projectatomic.io>2017-09-13 14:32:19 +0000
commitec9a58f2476bbce1e0ae6f267995b64f7c85162c (patch)
tree0c8603c68af7eb0da105cff3dccd77dcda6b71ad /src/ostree/ot-builtin-config.c
parent48364459b8570c11116a8783c3914c0150e8b385 (diff)
downloadostree-ec9a58f2476bbce1e0ae6f267995b64f7c85162c.tar.gz
bin/config: Tweak parameter string
Make the parameter string more detailed. Closes: #1126 Approved by: cgwalters
Diffstat (limited to 'src/ostree/ot-builtin-config.c')
-rw-r--r--src/ostree/ot-builtin-config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ostree/ot-builtin-config.c b/src/ostree/ot-builtin-config.c
index 6163b3b1..782fee85 100644
--- a/src/ostree/ot-builtin-config.c
+++ b/src/ostree/ot-builtin-config.c
@@ -69,7 +69,7 @@ ostree_builtin_config (int argc, char **argv, GCancellable *cancellable, GError
g_autofree char *key = NULL;
GKeyFile *config = NULL;
- context = g_option_context_new ("- Change configuration settings");
+ context = g_option_context_new ("(get KEY|set KEY VALUE) - Change repo configuration settings");
if (!ostree_option_context_parse (context, options, &argc, &argv, OSTREE_BUILTIN_FLAG_NONE, &repo, cancellable, error))
goto out;