From 2e6b430fdab9a5543ce7279284b61930c6463e00 Mon Sep 17 00:00:00 2001 From: Stefan Ritt Date: Tue, 14 Sep 2010 22:29:10 +0000 Subject: [PATCH] Updated command line parameters to elog program SVN revision: 2322 --- doc/userguide.html | 40 +++++++++++++++++++++++----------------- 1 file changed, 23 insertions(+), 17 deletions(-) diff --git a/doc/userguide.html b/doc/userguide.html index 158852c8..2c92e887 100755 --- a/doc/userguide.html +++ b/doc/userguide.html @@ -240,23 +240,29 @@ standalone "client" program elog can be used. The par are:

-The password must match the write password defined on the server. If -user level access is defined on the server (via the "password file =" option), -a valid user name / password pair must be specified with the -u option. -

-Multiple attributes can be specified as well as several attachments. If -attributes with multiple possible values are defined in a logbook (via the +elog -h <hostname> [-p port] [-d subdir] + Location where elogd is running + -l logbook Name of logbook + -s Use SSL for communication + [-v] For verbose output + [-w password] Write password defined on server + [-u username password] User name and password + [-f <attachment>] Up to 50 attachments + -a <attribute>=<value> Up to 50 attributes + [-r <id>] Reply to existing message + [-q] Quote original text on reply + [-e <id>] Edit existing message + [-x] Suppress email notification + [-n 0|1|2] Encoding: 0:ELcode,1:plain,2:HTML + -m <textfile>] | <text> +