From db0a56202535acd186e93f9a3cdb96c06dcbbdf6 Mon Sep 17 00:00:00 2001 From: zodiac Date: Thu, 22 Jan 2009 01:31:42 +0000 Subject: [PATCH] Clean up white-space in usage message. git-svn-id: https://shellinabox.googlecode.com/svn/trunk@52 0da03de8-d603-11dd-86c2-0f8696b7b6f9 --- shellinabox/shellinaboxd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shellinabox/shellinaboxd.c b/shellinabox/shellinaboxd.c index 524f917..6a97393 100644 --- a/shellinabox/shellinaboxd.c +++ b/shellinabox/shellinaboxd.c @@ -597,11 +597,11 @@ static void usage(void) { !serverSupportsSSL() ? "" : " -c, --cert=CERTDIR set certificate dir " "(default: $PWD)\n" - " --cert-fd=FD set certificate file from fd", + " --cert-fd=FD set certificate file from fd\n", group, PORTNUM, !serverSupportsSSL() ? "" : " -t, --disable-ssl disable transparent SSL support\n" - " --disable-ssl-menu disallow changing transport mode\n", + " --disable-ssl-menu disallow changing transport mode\n", user, supportsPAM() ? "'AUTH' | " : ""); free((char *)user); free((char *)group);