diff options
Diffstat (limited to 'gbp/config.py')
-rw-r--r-- | gbp/config.py | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gbp/config.py b/gbp/config.py index a99b3ae1..9fe9a483 100644 --- a/gbp/config.py +++ b/gbp/config.py @@ -515,7 +515,10 @@ class GbpOptionParserRpm(GbpOptionParser): 'patch-export-compress': "Compress (auto-generated) patches larger than given number of bytes, 0 never compresses, default is '%(patch-export-compress)s'", 'patch-export-squash-until': - "Squash commits (from upstream) until given tree-ish into one big diff, default is '%(patch-export-squash-until)s'", + ("Squash commits (from upstream) until given tree-ish " + "into one big diff, format is " + "'<commit_ish>[:<filename_base>]'. " + "Default is '%(patch-export-squash-until)s'"), 'pristine-tarball-name': "Filename to record to pristine-tar, set to 'auto' to not mangle the file name, default is '%(pristine-tarball-name)s'", 'orig-prefix': |