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:
-elog -h hostname [-p port] [-l logbook] - [-w password] - [-u username password] - -a <attribute1>=<value1> - -a <attribute2>=<value2> - ... - -f attachment1 - -f attachment2 - ... - -m textfile | text --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.
-"cat text | elog -h ... -l ... -a ..."+ +or in a file with the -m flag. Multiple attributes and attachments can be +supplied. If attributes with multiple possible values are defined in a logbook (via the "MOptions" keyword), they can be separated with a "|", like
-a "<attribute>=<value1> | <value2>".
The message text can be supplied directly at the command line or submitted