X-Alens-uprop: save-for=1 year
Received: by ATHENA-PO-2.MIT.EDU (5.45/4.7) id AA05141; Wed, 11 Oct 89 11:57:07 EDT
Received: from E40-334-3.MIT.EDU by ATHENA.MIT.EDU with SMTP
	id AA13117; Wed, 11 Oct 89 11:56:59 EDT
From: rap@ATHENA.MIT.EDU
Received: by E40-334-3.MIT.EDU (5.61/4.7) id AA09660; Wed, 11 Oct 89 11:56:52 -0400
Date: Wed, 11 Oct 89 11:56:52 -0400
Message-Id: <8910111556.AA09660@E40-334-3.MIT.EDU>
To: argus2@ATHENA.MIT.EDU
Subject: bug in help module

the help module should do the indenting.  I should not get output like this:

notes:
   The first non-switch argument is assumed to be the ruleset name.
The second non-switch argument is assumed to be a rule number to edit.
If neither the -rule, -before, or -after options are specified the
  ruleeditor will create a new rule to be appended to the end of
  the ruleset.
The -RS and -SV options are mutually exclusive.
The -force option only has significance when creating a new rule set
  (i.e. the rule set specified does not exist yet).

when the input looks like this:

The first non-switch argument is assumed to be the ruleset name.
The second non-switch argument is assumed to be a rule number to edit.
If neither the -rule, -before, or -after options are specified the
  ruleeditor will create a new rule to be appended to the end of 
  the ruleset. 
The -RS and -SV options are mutually exclusive.
The -force option only has significance when creating a new rule set 
  (i.e. the rule set specified does not exist yet).


i.e. either the fist line should not be indented like that or they all
should be indented.  In either case it should not distort what I pass to it
to be printed.

