[Reproducible-commits] [diffoscope] 01/01: Fix path to executable in README
Jérémy Bobbio
lunar at moszumanska.debian.org
Fri Sep 4 08:39:16 UTC 2015
This is an automated email from the git hooks/post-receive script.
lunar pushed a commit to branch master
in repository diffoscope.
commit db8b1869184475c99c866addb96760eb2d4f16f6
Author: Jérémy Bobbio <lunar at debian.org>
Date: Fri Sep 4 08:38:49 2015 +0000
Fix path to executable in README
Thanks Niko Tyni for the patch.
---
README | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README b/README
index c8e1de7..f7e3e7c 100644
--- a/README
+++ b/README
@@ -24,7 +24,7 @@ debbindiff.
Example
-------
- $ bin/diffoscope.py --html output.html build1.changes build2.changes
+ $ bin/diffoscope --html output.html build1.changes build2.changes
This will compare `build1.changes` and `build2.changes` and create
`output.html` if there are differences between the two files.
@@ -47,7 +47,7 @@ Required Python modules:
The various comparators rely on external commands being available. To
get a list of them, please run:
- $ bin/diffoscope.py --list-tools
+ $ bin/diffoscope --list-tools
Contributors
------------
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/diffoscope.git
More information about the Reproducible-commits
mailing list