From f75e5d117d05066fde3a6f23a07b6f367a993d1b Mon Sep 17 00:00:00 2001 From: Tobias Mueller Date: Thu, 8 Sep 2016 15:35:02 +0200 Subject: [PATCH] build-sign: fix short help message --- app/flatpak-builtins-build-sign.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/flatpak-builtins-build-sign.c b/app/flatpak-builtins-build-sign.c index 1f7d3f58..48dbc5ff 100644 --- a/app/flatpak-builtins-build-sign.c +++ b/app/flatpak-builtins-build-sign.c @@ -60,7 +60,7 @@ flatpak_builtin_build_sign (int argc, char **argv, GCancellable *cancellable, GE g_autofree char *ref = NULL; char **iter; - context = g_option_context_new (_("LOCATION ID [BRANCH] - Create a repository from a build directory")); + context = g_option_context_new (_("LOCATION ID [BRANCH] - Sign an application or runtime")); g_option_context_set_translation_domain (context, GETTEXT_PACKAGE); if (!flatpak_option_context_parse (context, options, &argc, &argv, FLATPAK_BUILTIN_FLAG_NO_DIR, NULL, cancellable, error))