summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2018-10-17 17:37:55 -0400
committerMatthias Clasen <mclasen@redhat.com>2018-10-17 17:54:03 -0400
commitebe1403cd80f00a642cf6fe446d2a4fdce348960 (patch)
tree331faaecbaffde0d324ba552e7d6e3a489880b79
parenta99502a6201432467918bcfa844f4e3d772b311a (diff)
downloadflatpak-ebe1403cd80f00a642cf6fe446d2a4fdce348960.tar.gz
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.
-rw-r--r--app/flatpak-builtins-build-commit-from.c2
1 files changed, 1 insertions, 1 deletions
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))