-.\" $OpenBSD: signify.1,v 1.14 2014/01/10 17:38:24 tedu Exp $
+.\" $OpenBSD: signify.1,v 1.15 2014/01/10 17:52:50 deraadt Exp $
.\"
.\"Copyright (c) 2013 Marc Espie <espie@openbsd.org>
.\"Copyright (c) 2013 Ted Unangst <tedu@openbsd.org>
.Sh SYNOPSIS
.Nm signify
.Fl G
-.Op Fl n
.Op Fl c Ar comment
+.Op Fl n
.Fl p Ar pubkey
.Fl s Ar seckey
.Nm signify
-/* $OpenBSD: signify.c,v 1.27 2014/01/10 17:38:24 tedu Exp $ */
+/* $OpenBSD: signify.c,v 1.28 2014/01/10 17:52:50 deraadt Exp $ */
/*
* Copyright (c) 2013 Ted Unangst <tedu@openbsd.org>
*
{
fprintf(stderr, "usage:"
#ifndef VERIFYONLY
- "\t%1$s -G [-n] [-c comment] -p pubkey -s seckey\n"
+ "\t%1$s -G [-c comment] [-n] -p pubkey -s seckey\n"
"\t%1$s -I [-o sigfile] [-p pubkey] [-s seckey]\n"
"\t%1$s -S [-e] [-o sigfile] -s seckey message\n"
#endif