Skip to content

Commit

Permalink
Add link to the download source of this version.
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-kubacki committed Feb 8, 2015
1 parent 32aa30f commit 76e9330
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion signify.c
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@ usage(const char *error)
{
if (error)
fprintf(stderr, "%s\n", error);
fprintf(stderr, "usage:"
fprintf(stderr, "Ported from OpenBSD. https://github.com/Blitznote/signify\n\n"
"usage:"
#ifndef VERIFYONLY
"\t%1$s -C [-q] -p pubkey -x sigfile [file ...]\n"
"\t%1$s -G [-n] [-c comment] -p pubkey -s seckey\n"
Expand Down

0 comments on commit 76e9330

Please sign in to comment.