Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion main.c
Original file line numberDiff line numberDiff line change
Expand Up@@ -340,7 +340,7 @@ static int usage(const char *cmd)
"Commands:\n"
" -V: verify (needs at least -m and -p|-P)\n"
" -S: sign (needs at least -m and -s)\n"
" -F: print key fingerprint of public/secret key or signature\n"
" -F: print key \"fingerprint\" (ID) of public/secret key or signature\n"
" -G: generate a new keypair (needs at least -p and -s)\n"
"Options:\n"
" -c <comment>: add comment to keys\n"
Expand Down