build-finish: Fix usage output

It was using the build-bundle output instead.
tingping/wmclass
Alexander Larsson 2016-10-19 12:53:16 +02:00
parent 89244ee71f
commit 68a0e7f8f5
1 changed files with 1 additions and 1 deletions

View File

@ -349,7 +349,7 @@ flatpak_builtin_build_finish (int argc, char **argv, GCancellable *cancellable,
g_autoptr(GKeyFile) metakey = NULL;
g_autoptr(FlatpakContext) arg_context = NULL;
context = g_option_context_new (_("DIRECTORY - Convert a directory to a bundle"));
context = g_option_context_new (_("DIRECTORY - Finalize a build directory"));
g_option_context_set_translation_domain (context, GETTEXT_PACKAGE);
arg_context = flatpak_context_new ();