[diffoscope] 01/01: Add more 'ignore' to the documentation for exclusion options

Paul Wise pabs at moszumanska.debian.org
Mon Mar 19 01:16:38 CET 2018


This is an automated email from the git hooks/post-receive script.

pabs pushed a commit to branch master
in repository diffoscope.

commit e2e1fc17ca1c2937f5e181bf2b6e6161a6d66502
Author: Paul Wise <pabs at debian.org>
Date:   Mon Mar 19 08:15:07 2018 +0800

    Add more 'ignore' to the documentation for exclusion options
    
    Should help more people find these options.
    
    Gbp-Dch: ignore
---
 diffoscope/main.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/diffoscope/main.py b/diffoscope/main.py
index 1e0b720..794931a 100644
--- a/diffoscope/main.py
+++ b/diffoscope/main.py
@@ -177,17 +177,17 @@ def create_parser():
                         help='Treat absent files as empty')
     group3.add_argument('--exclude', dest='excludes',
                         metavar='GLOB_PATTERN', action='append', default=[],
-                        help='Exclude files that match %(metavar)s')
+                        help='Exclude/ignore files that match %(metavar)s')
     group3.add_argument('--exclude-command', dest='exclude_commands',
                         metavar='REGEX_PATTERN', action='append', default=[],
-                        help='Exclude commands that match %(metavar)s. For '
+                        help='Exclude/ignore commands that match %(metavar)s. For '
                         "example, '^readelf.*\s--debug-dump=info' takes by far "
                         'the longest time, and differences here are probably '
                         'only secondary differences caused by something that '
                         'is already represented elsewhere in the diff.')
     group3.add_argument('--exclude-directory-metadata', '--no-exclude-directory-metadata',
                         action=BooleanAction, default=None,
-                        help='Exclude (ignore) directory metadata.  Useful if '
+                        help='Exclude/ignore directory metadata.  Useful if '
                         'comparing files whose filesystem-level metadata is not '
                         'intended to be distributed to other systems. For '
                         "example, this is true for most distros' package "

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/diffoscope.git


More information about the diffoscope mailing list