diff --git a/repl/command.go b/repl/command.go
index 7ed1ccb8d956005407f9cfa5ee62db97d2a3ef52..206c523dfb76908fe172852dc85bbeb395fab97c 100644
--- a/repl/command.go
+++ b/repl/command.go
@@ -685,9 +685,6 @@ concatenated into one print job.
A range of messages to be printed can optionally be specified, i.e.
PRINT 2-5.
-The key words CURRENT and LAST can also be specified in the range, in
-place of an actual number, i.e. CURRENT-LAST, 1-CURRENT, etc.
-
NOTE: The qualifier /PRINT is present on the DIRECTORY command. This
provides more flexibility than is present with the PRINT command. For
example, if you want to print all messages with a particular string in
@@ -698,39 +695,6 @@ it's subject line, DIRECTORY/PRINT/SUBJ would allow you do it.`,
"/ALL": {
Description: ` Prints all the messages in the current folder.`,
},
- "/FORM": {
- Description: ` Specifies the name or number of the form that you want for the print
- job. Codes for form types are installation-defined. You can use the
- SHOW QUEUE/FORM command at DCL level to find out the form types
- available for your system. Use the SHOW QUEUE/FULL command at DCL
- level to find out the name of the mounted form and the default form
- for a particular queue. If you specify a form whose stock is different
- from the stock of the form mounted on the queue, your job is placed in
- a pending state until the stock of the mounted form of the queue is
- set equal to the stock of the form associated with the job. (In order
- to have your job print, the system manager should stop the queue,
- physically change the paper stock on the output device, and restart
- the queue specifying the new form type as the mounted form.)`,
- },
- "/NOTIFY": {
- Description: `/[NO]NOTIFY
-
- Indicates that you will be notified by a broadcast message when the
- file or files have been printed. If /NONOTIFY is specified, there is
- no notification. The default is /NOTIFY.`,
- Default: "true",
- },
- "/NOW": {
- Description: ` Sends all messages that have been queued for printing with the PRINT
- command during this session to the printer.`,
- },
- "/QUEUE": {
- Description: `/QUEUE=queue_name
-
- The name of the queue to which a message is to be sent. If the /QUEUE
- qualifier is not specified, the message is queued to SYS$PRINT.`,
- OptArg: true,
- },
},
},
"READ": {