File: jetring-review.1

package info (click to toggle)
jetring 0.30
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 532 kB
  • sloc: perl: 462; sh: 175; makefile: 25
file content (24 lines) | stat: -rw-r--r-- 706 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
20
21
22
23
24
.\" -*- nroff -*-
.TH JETRING-REVIEW 1 "" "" "jetring commands"
.SH NAME
jetring-review \- review a changeset to a keyring
.SH SYNOPSIS
.B jetring-review [-d] keyring.gpg changeset
.SH DESCRIPTION
Given an existing gpg keyring file and a changeset, shows what gpg would do
if it applied the changeset to the keyring. The keyring is not modified.
.PP
Syntax is the same as jetring-apply, and except for not modifying the
keyring, it behaves the same.
.SH OPTIONS
.TP
.B -d
Also run jetring-diff to show a diff of the changes the changeset would
make the the keyring.
.SH AUTHOR 
Joey Hess, <joey@kitenet.net>.
.SH "SEE ALSO"
.BR jetring (7)
.BR jetring-review (1)
.BR jetring-apply (1)
.BR jetring-diff (1)