From 94c67d9521217978f7b757c2c3cdbbf1daf86b2d Mon Sep 17 00:00:00 2001 From: Ted Unangst Date: Fri, 10 Jan 2014 04:34:25 +0000 Subject: a little more consistent with names, notably call signature files sigfiles for short, instead of output. --- usr.bin/signify/signify.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'usr.bin/signify/signify.c') 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 * @@ -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 -- cgit v1.2.3