Add note about prefixes.

pull/2/head
Christopher Wellons 2017-03-03 18:43:10 -05:00
parent 590a50da71
commit e5d202cdff
1 changed files with 1 additions and 1 deletions

2
docs.h
View File

@ -3,7 +3,7 @@ static const char docs_usage[] =
" [--pubkey <file>] [--seckey <file>]\n"
" <command> [args]\n"
"\n"
"Commands:\n"
"Commands (unique prefixes accepted):\n"
" keygen generate a new master keypair\n"
" archive archive using the public key\n"
" extract extract from an archive using the secret key\n"