From ebe1403cd80f00a642cf6fe446d2a4fdce348960 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 17 Oct 2018 17:37:55 -0400 Subject: [PATCH] build-commit-from: Shorten usage text The usage text should really fit on one line. Reword the blurb to make that true at least for English. --- app/flatpak-builtins-build-commit-from.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/flatpak-builtins-build-commit-from.c b/app/flatpak-builtins-build-commit-from.c index 13467783..9efe3d7d 100644 --- a/app/flatpak-builtins-build-commit-from.c +++ b/app/flatpak-builtins-build-commit-from.c @@ -236,7 +236,7 @@ flatpak_builtin_build_commit_from (int argc, char **argv, GCancellable *cancella guint64 timestamp; int i; - context = g_option_context_new (_("DST-REPO [DST-REF]... - Make a new commit based on existing commit(s)")); + context = g_option_context_new (_("DST-REPO [DST-REF]... - Make a new commit from existing commits")); 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))