mirror of
https://codeberg.org/scip/pcp.git
synced 2025-12-17 12:00:56 +01:00
changed detach sig verification commandline (-a => -f <file>)
This commit is contained in:
@@ -98,11 +98,11 @@
|
||||
" the file specified with -I (or stdin).\n" \
|
||||
" The public key required for this must\n" \
|
||||
" exist in your vault file.\n" \
|
||||
"-a --detach Write a detached signature file, which doesn't\n" \
|
||||
"-f --sigfile <file> Write a detached signature file, which doesn't\n" \
|
||||
" contain the original content. Output will be\n" \
|
||||
" z85 encoded always. To verify, you need to\n" \
|
||||
" specify the original file to be verified\n" \
|
||||
" against using -I as well (plus -a).\n" \
|
||||
" against using -I as well (plus -f <sigfile>).\n" \
|
||||
"\n" \
|
||||
"Encoding Options:\n" \
|
||||
"-z --z85-encode Encode something to Z85 encoding. Use\n" \
|
||||
|
||||
Reference in New Issue
Block a user