[BACK]Return to signify.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / signify

Diff for /src/usr.bin/signify/signify.c between version 1.27 and 1.28

version 1.27, 2014/01/10 17:38:24 version 1.28, 2014/01/10 17:52:50
Line 72 
Line 72 
 {  {
         fprintf(stderr, "usage:"          fprintf(stderr, "usage:"
 #ifndef VERIFYONLY  #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 -I [-o sigfile] [-p pubkey] [-s seckey]\n"
             "\t%1$s -S [-e] [-o sigfile] -s seckey message\n"              "\t%1$s -S [-e] [-o sigfile] -s seckey message\n"
 #endif  #endif

Legend:
Removed from v.1.27  
changed lines
  Added in v.1.28