File: jetring-gen.1

package info (click to toggle)
jetring 0.27
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 536 kB
  • sloc: perl: 462; sh: 175; makefile: 25
file content (19 lines) | stat: -rw-r--r-- 662 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-GEN 1 "" "" "jetring commands"
.SH NAME
jetring-gen \- generates changesets for changes between two keyrings
.SH SYNOPSIS
.B jetring-gen oldring.gpg newring.gpg [comment]
.SH DESCRIPTION
If you have two keyrings, one being an old version of the other, this
command can generate a sequence of changesets that, when applied to the old
keyring with jetring-apply, should generate the new keyring.
.PP
The optional comment parameter is a comment to put in each changeset.
.PP
The names of the generated changesets will be output to stdout.
.SH AUTHOR 
Joey Hess, <joey@kitenet.net>.
.SH "SEE ALSO"
.BR jetring (7)
.BR jetring-apply (1)