summaryrefslogtreecommitdiff
path: root/src/ostree/ot-builtin-find-remotes.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ostree/ot-builtin-find-remotes.c')
-rw-r--r--src/ostree/ot-builtin-find-remotes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ostree/ot-builtin-find-remotes.c b/src/ostree/ot-builtin-find-remotes.c
index 3cf6c153..b15bce8d 100644
--- a/src/ostree/ot-builtin-find-remotes.c
+++ b/src/ostree/ot-builtin-find-remotes.c
@@ -134,7 +134,7 @@ ostree_builtin_find_remotes (int argc,
g_auto(GLnxConsoleRef) console = { 0, };
g_autoptr(GHashTable) refs_found = NULL; /* set (element-type OstreeCollectionRef) */
- context = g_option_context_new ("COLLECTION-ID REF [COLLECTION-ID REF...] - Find remotes to serve the given refs");
+ context = g_option_context_new ("COLLECTION-ID REF [COLLECTION-ID REF...]");
/* Parse options. */
if (!ostree_option_context_parse (context, options, &argc, &argv, invocation, &repo, cancellable, error))