summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2014-01-10 17:52:50 +0000
committerderaadt <deraadt@openbsd.org>2014-01-10 17:52:50 +0000
commitee9f893e9ff14a95c31a0c921ad1de926caa649d (patch)
tree318c0910c411ad4a1ed6705913bf73ccbf04dfaa
parenttedu merged the hash manual pages back together. This goes even further, (diff)
downloadwireguard-openbsd-ee9f893e9ff14a95c31a0c921ad1de926caa649d.tar.xz
wireguard-openbsd-ee9f893e9ff14a95c31a0c921ad1de926caa649d.zip
sort options
-rw-r--r--usr.bin/signify/signify.14
-rw-r--r--usr.bin/signify/signify.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/signify/signify.1 b/usr.bin/signify/signify.1
index a61c1859bca..0d486a82f1c 100644
--- a/usr.bin/signify/signify.1
+++ b/usr.bin/signify/signify.1
@@ -1,4 +1,4 @@
-.\" $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>
@@ -23,8 +23,8 @@
.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
diff --git a/usr.bin/signify/signify.c b/usr.bin/signify/signify.c
index 4714f682287..903d1a3f840 100644
--- a/usr.bin/signify/signify.c
+++ b/usr.bin/signify/signify.c
@@ -1,4 +1,4 @@
-/* $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>
*
@@ -72,7 +72,7 @@ usage(void)
{
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