From d1675368ae178874deae77bb79fa489c114ee088 Mon Sep 17 00:00:00 2001 From: jmc Date: Thu, 9 Jan 2014 21:19:38 +0000 Subject: [PATCH] sync usage(); --- usr.bin/signify/signify.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/usr.bin/signify/signify.c b/usr.bin/signify/signify.c index 0400168af42..1c0e37a9a58 100644 --- a/usr.bin/signify/signify.c +++ b/usr.bin/signify/signify.c @@ -1,4 +1,4 @@ -/* $OpenBSD: signify.c,v 1.20 2014/01/09 20:37:25 espie Exp $ */ +/* $OpenBSD: signify.c,v 1.21 2014/01/09 21:19:38 jmc Exp $ */ /* * Copyright (c) 2013 Ted Unangst * @@ -73,9 +73,9 @@ usage(void) fprintf(stderr, "usage:" #ifndef VERIFYONLY "\t%s [-n] -p pubkey -s seckey -G\n" - "\t%s [-e] [-o output] -s seckey -S input\n" + "\t%s [-e] [-o output] -s seckey -S message\n" #endif - "\t%s [-e] [-o output] -p pubkey -V input\n", + "\t%s [-e] [-o output] -p pubkey -V message\n", #ifndef VERIFYONLY __progname, __progname, #endif -- 2.20.1