filter-repo: fix overwide program description

Let's keep it just under 80 chars.

Signed-off-by: Elijah Newren <newren@gmail.com>
This commit is contained in:
Elijah Newren 2019-05-07 16:42:12 -07:00
parent 696a4f8d4f
commit aa63db17bc

View File

@ -1864,9 +1864,10 @@ class FilteringOptions(object):
# Include usage in the summary, so we can put the description first
summary = _('''Rewrite (or analyze) repository history
git-filter-repo destructively rewrites history (unless --analyze or --dry-run
are specified) according to specified rules. It refuses to do any rewriting
unless either run from a clean fresh clone, or --force was specified.
git-filter-repo destructively rewrites history (unless --analyze or
--dry-run are given) according to specified rules. It refuses to do any
rewriting unless either run from a clean fresh clone, or --force was
given.
Basic Usage:
git-filter-repo --analyze