Skip to content

Commit da6c6e7

Browse files
committed
Remove final stop
1 parent a02e9e6 commit da6c6e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/minisign.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ usage(void)
4848
"-S sign files\n"
4949
#endif
5050
"-V verify that a signature is valid for a given file\n"
51-
"-l sign using the legacy format.\n"
51+
"-l sign using the legacy format\n"
5252
"-m <file> file to sign/verify\n"
5353
"-o combined with -V, output the file content after verification\n"
5454
"-p <pubkeyfile> public key file (default: ./minisign.pub)\n"

0 commit comments

Comments
 (0)