X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/blobdiff_plain/45c0fd363937c6e9b05da04a9167e9912c05ca0c..95d9246390251adba7e6e9f0cc70bf0ebe0b2e60:/dsig.1 diff --git a/dsig.1 b/dsig.1 index edd1036..ad5b6fe 100644 --- a/dsig.1 +++ b/dsig.1 @@ -44,7 +44,7 @@ is one of: .RI [ item ...] .br .B sign -.RB [ \-0bqvC ] +.RB [ \-0bpqvC ] .RB [ \-c .IR comment ] .RB [ \-k @@ -55,11 +55,13 @@ is one of: \h'8n' .RB [ \-f .IR file ] +.RB [ \-h +.IR file ] .RB [ \-o .IR output ] .br .B verify -.RB [ \-qvC ] +.RB [ \-pqvC ] .RI [ file ] .SH DESCRIPTION The @@ -301,11 +303,20 @@ Writes as a comment in the output file. The comment's integrity is protected by the signature. .TP +.BI "\-p, \-\-progress" +Write a progress meter to standard error while processing large files. +.TP .BI "\-f, \-\-file " name Read filenames from .I name instead of from standard input. .TP +.BI "\-h, \-\-hashes " name +Rather than hashing files, read precomputed hashes from the file +.IR name , +which should be in the format produced by +.BR hashsum (1). +.TP .BI "\-o, \-\-output " name Write output to .I name @@ -366,6 +377,9 @@ Produce more informational output. The default verbosity level is 1. .B "\-q, \-\-quiet" Produce less information output. .TP +.BI "\-p, \-\-progress" +Write a progress meter to standard error while processing large files. +.TP .B "\-C, \-\-nocheck" Don't check the public key for validity. This makes verification go much faster, but at the risk of using a duff key, and potentially