diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2014-01-10 04:34:25 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2014-01-10 04:34:25 +0000 |
commit | 94c67d9521217978f7b757c2c3cdbbf1daf86b2d (patch) | |
tree | 781c9bae3abc267eae8a7f4c0f76517f9f84b6a4 /usr.bin/signify/signify.c | |
parent | eabf10c5cb907a906acc24183f209cdea646972e (diff) |
a little more consistent with names, notably call signature files sigfiles
for short, instead of output.
Diffstat (limited to 'usr.bin/signify/signify.c')
-rw-r--r-- | usr.bin/signify/signify.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/signify/signify.c b/usr.bin/signify/signify.c index 87a4fe84239..ec3c4a76316 100644 --- a/usr.bin/signify/signify.c +++ b/usr.bin/signify/signify.c @@ -1,4 +1,4 @@ -/* $OpenBSD: signify.c,v 1.23 2014/01/10 04:23:37 deraadt Exp $ */ +/* $OpenBSD: signify.c,v 1.24 2014/01/10 04:34:24 tedu Exp $ */ /* * Copyright (c) 2013 Ted Unangst <tedu@openbsd.org> * @@ -73,10 +73,10 @@ usage(void) fprintf(stderr, "usage:" #ifndef VERIFYONLY "\t%s -G [-n] -p pubkey -s seckey\n" - "\t%s -I [-o sig] [-p pubkey] [-s seckey]\n" - "\t%s -S [-e] [-o output] -s seckey message\n" + "\t%s -I [-o sigfile] [-p pubkey] [-s seckey]\n" + "\t%s -S [-e] [-o sigfile] -s seckey message\n" #endif - "\t%s -V [-e] [-o output] -p pubkey message\n", + "\t%s -V [-e] [-o sigfile] -p pubkey message\n", #ifndef VERIFYONLY __progname, __progname, __progname, #endif |