mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
r17584@catbus: nickm | 2008-01-12 18:52:01 -0500
Fix output of "tor-gencert --help" svn:r13118
This commit is contained in:
@@ -53,10 +53,11 @@ static void
|
||||
show_help(void)
|
||||
{
|
||||
fprintf(stderr, "Syntax:\n"
|
||||
"tor-gencert [-h|--help] [-v] [--create-identity-key] "
|
||||
"[-i identity_key_file]\n"
|
||||
" [-s signing_key_file] [-c certificate_file] "
|
||||
"[--reuse-signing-key]\n");
|
||||
"tor-gencert [-h|--help] [-v] [-r|--reuse] [--create-identity-key]\n"
|
||||
" [-i identity_key_file] [-s signing_key_file] "
|
||||
"[-c certificate_file]\n"
|
||||
" [-m lifetime_in_months] [-a address:port]\n");
|
||||
|
||||
}
|
||||
|
||||
/* XXXX copied from crypto.c */
|
||||
|
||||
Reference in New Issue
Block a user