build-sign: fix short help message

This commit is contained in:
Tobias Mueller
2016-09-08 15:35:02 +02:00
parent fb3bfae85b
commit f75e5d117d

View File

@@ -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))