bin/config: Tweak parameter string
authorJonathan Lebon <jlebon@redhat.com>
Fri, 1 Sep 2017 19:52:13 +0000 (15:52 -0400)
committerAtomic Bot <atomic-devel@projectatomic.io>
Wed, 13 Sep 2017 14:32:19 +0000 (14:32 +0000)
Make the parameter string more detailed.

Closes: #1126
Approved by: cgwalters

src/ostree/ot-builtin-config.c

index 6163b3b13227d1f1102d2a83c57bf737fb0734c5..782fee855ef7b412fad9a8bbda538f2d2fe892cf 100644 (file)
@@ -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;