=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/signify/signify.1,v retrieving revision 1.13 retrieving revision 1.14 diff -c -r1.13 -r1.14 *** src/usr.bin/signify/signify.1 2014/01/10 07:53:04 1.13 --- src/usr.bin/signify/signify.1 2014/01/10 17:38:24 1.14 *************** *** 1,4 **** ! .\" $OpenBSD: signify.1,v 1.13 2014/01/10 07:53:04 jmc Exp $ .\" .\"Copyright (c) 2013 Marc Espie .\"Copyright (c) 2013 Ted Unangst --- 1,4 ---- ! .\" $OpenBSD: signify.1,v 1.14 2014/01/10 17:38:24 tedu Exp $ .\" .\"Copyright (c) 2013 Marc Espie .\"Copyright (c) 2013 Ted Unangst *************** *** 24,29 **** --- 24,30 ---- .Nm signify .Fl G .Op Fl n + .Op Fl c Ar comment .Fl p Ar pubkey .Fl s Ar seckey .Nm signify *************** *** 63,68 **** --- 64,71 ---- .Pp The other options are as follows: .Bl -tag -width Dsssignature + .It Fl c Ar comment + Specify the comment to be added during key generation. .It Fl e Embed the message after the signature when signing. For verification, extract the message from the signature.