[diffoscope] 04/04: Add manpage for trydiffoscope.

Chris Lamb chris at chris-lamb.co.uk
Sun Aug 14 14:31:30 CEST 2016


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

lamby pushed a commit to branch master
in repository diffoscope.

commit 2eef5ebc5513f67254cfe9dd5652add329633826
Author: Chris Lamb <lamby at debian.org>
Date:   Sun Aug 14 13:31:10 2016 +0100

    Add manpage for trydiffoscope.
    
    Signed-off-by: Chris Lamb <lamby at debian.org>
---
 debian/trydiffoscope.1.rst    | 59 +++++++++++++++++++++++++++++++++++++++++++
 debian/trydiffoscope.manpages |  1 +
 2 files changed, 60 insertions(+)

diff --git a/debian/trydiffoscope.1.rst b/debian/trydiffoscope.1.rst
new file mode 100644
index 0000000..2072203
--- /dev/null
+++ b/debian/trydiffoscope.1.rst
@@ -0,0 +1,59 @@
+==============
+ trydiffoscope
+==============
+
+-----------------------------------------------------------------------------------
+in-depth comparison of files, archives, and directories (try.diffoscope.org client)
+-----------------------------------------------------------------------------------
+
+:Author: Chris Lamb <lamby at debian.org>
+:Copyright: GPL-3+
+:Manual section: 1
+:Manual group: Debian
+
+SYNOPSIS
+========
+
+  trydiffoscope [-h] [--endpoint ENDPOINT] [--text TEXT] [--html HTML] [--url] [--webbrowser] file file
+
+DESCRIPTION
+===========
+
+diffoscope will try to get to the bottom of what makes files or
+directories different. It will recursively unpack archives of many kinds
+and transform various binary formats into more human readable form to
+compare them. It can compare two tarballs, ISO images, or PDF just as
+easily.
+
+It can be scripted through error codes, and a report can be produced
+with the detected differences. The report can be text or HTML.
+When no type of report has been selected, diffoscope defaults
+to write a text report on the standard output.
+
+diffoscope is developed as part of the “reproducible builds” Debian
+project and was formerly known as “debbindiff”.
+
+trydiffoscope is a command-line API to the trydiffoscope web service.
+
+OPTIONS
+=======
+
+-h, --help           show this help message and exit
+--endpoint ENDPOINT  specify trydiffoscope API endpoint
+--text TEXT          write plain text output to given file
+--html HTML          write HTML report to given file
+-u, --url            print URL instead of managing results locally
+-w, --webbrowser     open webbrowser to URL instead of managing results
+                     locally (implies -u)
+
+EXIT STATUS
+===========
+
+Exit status is 0 if inputs are the same, 1 if different, 2 if trouble.
+
+SEE ALSO
+========
+
+* `<https://diffoscope.org/>`
+* `<https://try.diffoscope.org/>`
+* `<https://wiki.debian.org/ReproducibleBuilds>`
diff --git a/debian/trydiffoscope.manpages b/debian/trydiffoscope.manpages
new file mode 100644
index 0000000..daebc14
--- /dev/null
+++ b/debian/trydiffoscope.manpages
@@ -0,0 +1 @@
+debian/trydiffoscope.1

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


More information about the diffoscope mailing list