We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3f4d7b commit ee4b6baCopy full SHA for ee4b6ba
src/minisign.c
@@ -43,7 +43,9 @@ usage(void)
43
"-V verify that a signature is valid for a given file\n"
44
"-m <file> file to sign/verify\n"
45
"-o combined with -V, output the file content after verification\n"
46
+#ifndef VERIFY_ONLY
47
"-H combined with -S, pre-hash in order to sign large files\n"
48
+#endif
49
"-p <pubkeyfile> public key file (default: ./minisign.pub)\n"
50
"-P <pubkey> public key, as a base64 string\n"
51
#ifndef VERIFY_ONLY
0 commit comments