From ec9a58f2476bbce1e0ae6f267995b64f7c85162c Mon Sep 17 00:00:00 2001 From: Jonathan Lebon Date: Fri, 1 Sep 2017 15:52:13 -0400 Subject: [PATCH] bin/config: Tweak parameter string Make the parameter string more detailed. Closes: #1126 Approved by: cgwalters --- src/ostree/ot-builtin-config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.30.2