[diffoscope] 01/01: Drop trailing comma.
Chris Lamb
chris at chris-lamb.co.uk
Tue Mar 20 14:16:16 CET 2018
This is an automated email from the git hooks/post-receive script.
lamby pushed a commit to branch master
in repository diffoscope.
commit 2d4f5c9df8f0d64e905e6d1cff236fc253e5ae5a
Author: Chris Lamb <lamby at debian.org>
Date: Tue Mar 20 09:16:07 2018 -0400
Drop trailing comma.
---
diffoscope/main.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/diffoscope/main.py b/diffoscope/main.py
index 1634204..f34a2b8 100644
--- a/diffoscope/main.py
+++ b/diffoscope/main.py
@@ -196,7 +196,7 @@ def create_parser():
'for the output of commands such as `make install`. '
'Metadata of archive members remain un-excluded. '
'Use this option to ignore permissions, timestamps, '
- 'xattrs etc. Default: False if comparing two ',
+ 'xattrs etc. Default: False if comparing two '
'directories, else True. Note that "file" metadata '
'actually a property of its containing directory, '
'and is not relevant when distributing the file across '
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/diffoscope.git
More information about the diffoscope
mailing list