=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/signify/signify.c,v retrieving revision 1.20 retrieving revision 1.21 diff -c -r1.20 -r1.21 *** src/usr.bin/signify/signify.c 2014/01/09 20:37:25 1.20 --- src/usr.bin/signify/signify.c 2014/01/09 21:19:38 1.21 *************** *** 1,4 **** ! /* $OpenBSD: signify.c,v 1.20 2014/01/09 20:37:25 espie Exp $ */ /* * Copyright (c) 2013 Ted Unangst * --- 1,4 ---- ! /* $OpenBSD: signify.c,v 1.21 2014/01/09 21:19:38 jmc Exp $ */ /* * Copyright (c) 2013 Ted Unangst * *************** *** 73,81 **** fprintf(stderr, "usage:" #ifndef VERIFYONLY "\t%s [-n] -p pubkey -s seckey -G\n" ! "\t%s [-e] [-o output] -s seckey -S input\n" #endif ! "\t%s [-e] [-o output] -p pubkey -V input\n", #ifndef VERIFYONLY __progname, __progname, #endif --- 73,81 ---- fprintf(stderr, "usage:" #ifndef VERIFYONLY "\t%s [-n] -p pubkey -s seckey -G\n" ! "\t%s [-e] [-o output] -s seckey -S message\n" #endif ! "\t%s [-e] [-o output] -p pubkey -V message\n", #ifndef VERIFYONLY __progname, __progname, #endif