[17545] in Athena Bugs
Re: bug in `pts' command-line processing
daemon@ATHENA.MIT.EDU (Greg Hudson)
Sun Feb 13 22:17:13 2000
Message-Id: <200002140317.WAA21477@small-gods.mit.edu>
To: kcr@MIT.EDU (K. Ramm)
Cc: chad brown <yandros@MIT.EDU>, bugs@MIT.EDU
In-Reply-To: Your message of "13 Feb 2000 21:58:45 EST."
<uusn1p4zdzu.fsf@EMACS-MAKES-A-COMPUTER-SLOW.MIT.EDU>
Date: Sun, 13 Feb 2000 22:17:09 -0500
From: Greg Hudson <ghudson@MIT.EDU>
> That's documented behavior when one of the arguments can be
> repeated, isn't it?
I'm not totally sure, but I think when an argument can be repeated, it
still only consumes one of the positional arguments if you don't
specify a flag. For instance, in "fs sa", the dir argument can be
repeated, but it is only taken that way if you specify -dir. (On the
other hand, you can repeat the acl arguments without specifying -acl,
but that might be specially handled.)