From e0517c17c0bcc6279993871be1a73bbfdf6223e0 Mon Sep 17 00:00:00 2001 From: Stefan Ritt Date: Fri, 6 Aug 2010 10:41:32 +0000 Subject: [PATCH] Updated help text SVN revision: 2319 --- src/elog.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/elog.c b/src/elog.c index 7e7509ad..32668dba 100755 --- a/src/elog.c +++ b/src/elog.c @@ -1108,11 +1108,11 @@ int main(int argc, char *argv[]) printf(" Location where elogd is running\n"); printf(" -l logbook/experiment Name of logbook or experiment\n"); printf(" -s Use SSL for communication\n"); - printf(" [-v] for verbose output\n"); - printf(" [-w password] write password defined on server\n"); - printf(" [-u username password] user name and password\n"); - printf(" [-f ] (up to %d times)\n", MAX_ATTACHMENTS); - printf(" -a = (up to %d times)\n", MAX_N_ATTR); + printf(" [-v] For verbose output\n"); + printf(" [-w password] Write password defined on server\n"); + printf(" [-u username password] Wser name and password\n"); + printf(" [-f ] (up to %d attachments)\n", MAX_ATTACHMENTS); + printf(" -a = (up to %d attributes)\n", MAX_N_ATTR); printf(" [-r ] Reply to existing message\n"); printf(" [-q] Quote original text on reply\n"); printf(" [-e ] Edit existing message\n"); @@ -1134,7 +1134,7 @@ int main(int argc, char *argv[]) #ifndef HAVE_SSL if (ssl) { - printf("SLL support not compiled into elogd\n"); + printf("SLL support not compiled into this program\n"); return 1; } #endif