File: whisper-diff.1

package info (click to toggle)
python-whisper 1.1.10-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 444 kB
  • sloc: python: 2,678; makefile: 9; sh: 3
file content (47 lines) | stat: -rw-r--r-- 947 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
.TH WHISPER-DIFF 1
.SH NAME
whisper-diff \- Check the differences between whisper files
.SH SYNOPSIS
.nf
.fam C
\fBwhisper-diff\fP [options] path_a path_b
.fam T
.fi
.SH DESCRIPTION
This command checks the differences between whisper files. This can be used as a sanity check before merging.
.PP
The options are described below.
.SH OPTIONS
.TP
.B
\-\-summary
Show a summary of differences.
.TP
.B
\-\-ignore-empty
Skip comparison if either value is undefined.
.TP
.B
\-\-columns
Print output in simple columns.
.TP
.B
\-\-no-headers
Do not print column headers.
.TP
.B
\-\-until=UNTIL
Unix epoch time of the end of diffing request interval (default: now)
.TP
.B
\-\-json
Output results in JSON format.
.TP
.B
\-h, \-\-help
Show the embedded help.
.SH AUTHOR
\fBwhisper\fP is a fixed size database, created by Chris Davis.
.PP
This manual page was written by Alexandre Rossi <niol@zincube.net>, for the Debian
project (but may be used by others).