File: jetring-diff.1

package info (click to toggle)
jetring 0.25
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 520 kB
  • ctags: 26
  • sloc: perl: 462; sh: 171; makefile: 25
file content (19 lines) | stat: -rw-r--r-- 665 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
.\" -*- nroff -*-
.TH JETRING-DIFF 1 "" "" "jetring commands"
.SH NAME
jetring-diff \- shows the differences between two keyrings
.SH SYNOPSIS
.B jetring-diff keyring1.gpg keyring2.gpg
.SH DESCRIPTION
Given two gpg keyrings, it displays a diff of the changes between the two
keyrings. The diff is designed to be sure to show a change whenever
anything changes between the two keyrings, with human readability as a
secondary criteria. (It is based on gpg --with-colons output.)
.PP
This is a low-level command, that is run by higher-level commands like
jetring-review.
.SH AUTHOR 
Joey Hess, <joey@kitenet.net>.
.SH "SEE ALSO"
.BR jetring (7)
.BR jetring-review (7)