mirror of
https://codeberg.org/scip/pcp.git
synced 2025-12-17 12:00:56 +01:00
removed -S and -P, replaced by -K, keymgmt determines key type automatically
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
#define _HAVE_USAGE_H
|
||||
#define PCP_HELP "\n" \
|
||||
"Usage: pcp1 [ --help | --version ]\n" \
|
||||
" [ --keygen | --listkeys | --remove-key | --edit-key ]\n" \
|
||||
" [ --export-public | --export-secret | --import-public | --import-secret ]\n" \
|
||||
" [ --keygen | --listkeys | --remove-key | --edit-key ]\n" \
|
||||
" [ --export-public | --export-secret | --import ]\n" \
|
||||
" [ --encrypt | --decrypt ]\n" \
|
||||
" [ --sign | --check-signature ]\n" \
|
||||
" [ arguments ]\n" \
|
||||
|
||||
Reference in New Issue
Block a user