[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.20 and 1.21

version 1.20, 2014/01/09 20:37:25 version 1.21, 2014/01/09 21:19:38
Line 73 
Line 73 
         fprintf(stderr, "usage:"          fprintf(stderr, "usage:"
 #ifndef VERIFYONLY  #ifndef VERIFYONLY
             "\t%s [-n] -p pubkey -s seckey -G\n"              "\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  #endif
             "\t%s [-e] [-o output] -p pubkey -V input\n",              "\t%s [-e] [-o output] -p pubkey -V message\n",
 #ifndef VERIFYONLY  #ifndef VERIFYONLY
             __progname, __progname,              __progname, __progname,
 #endif  #endif

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21