Clean up white-space in usage message.
git-svn-id: https://shellinabox.googlecode.com/svn/trunk@52 0da03de8-d603-11dd-86c2-0f8696b7b6f9
This commit is contained in:
parent
05ba429e47
commit
db0a562025
1 changed files with 2 additions and 2 deletions
|
@ -597,7 +597,7 @@ static void usage(void) {
|
||||||
!serverSupportsSSL() ? "" :
|
!serverSupportsSSL() ? "" :
|
||||||
" -c, --cert=CERTDIR set certificate dir "
|
" -c, --cert=CERTDIR set certificate dir "
|
||||||
"(default: $PWD)\n"
|
"(default: $PWD)\n"
|
||||||
" --cert-fd=FD set certificate file from fd",
|
" --cert-fd=FD set certificate file from fd\n",
|
||||||
group, PORTNUM,
|
group, PORTNUM,
|
||||||
!serverSupportsSSL() ? "" :
|
!serverSupportsSSL() ? "" :
|
||||||
" -t, --disable-ssl disable transparent SSL support\n"
|
" -t, --disable-ssl disable transparent SSL support\n"
|
||||||
|
|
Loading…
Reference in a new issue