summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Leeds <matthew.leeds@endlessm.com>2018-07-16 17:18:08 -0700
committerMatthew Leeds <matthew.leeds@endlessm.com>2018-07-16 17:18:08 -0700
commitea36e8e83f725ddd9e5b63d7c420cc9d923a50dd (patch)
treef79a5407b00222f51ea699ffd7f5ef227b5d3d81
parentf067f184f0c9c930e57ef5c989ea2952fcbb4c2f (diff)
downloadflatpak-ea36e8e83f725ddd9e5b63d7c420cc9d923a50dd.tar.gz
repair: Fix --help output
-rw-r--r--app/flatpak-builtins-repair.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/flatpak-builtins-repair.c b/app/flatpak-builtins-repair.c
index f917058f..5a6d98b5 100644
--- a/app/flatpak-builtins-repair.c
+++ b/app/flatpak-builtins-repair.c
@@ -285,7 +285,7 @@ flatpak_builtin_repair (int argc, char **argv, GCancellable *cancellable, GError
OstreeRepo *repo;
int i;
- context = g_option_context_new (_(" REMOTE REF - Show information about an application or runtime in a remote"));
+ context = g_option_context_new (_("- Repair a flatpak installation"));
g_option_context_set_translation_domain (context, GETTEXT_PACKAGE);
if (!flatpak_option_context_parse (context, options, &argc, &argv,