[17550] in Athena Bugs
Re: bug in `pts' command-line processing
daemon@ATHENA.MIT.EDU (John Hawkinson)
Mon Feb 14 10:06:24 2000
Date: Mon, 14 Feb 2000 10:06:14 -0500 (EST)
Message-Id: <200002141506.KAA16633@x15-cruise-basselope.mit.edu>
To: Greg Hudson <ghudson@mit.edu>
CC: bugs@mit.edu
In-reply-to: "[17545] in Athena Bugs"
From: John Hawkinson <jhawk@MIT.EDU>
| 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.
Yes, that's right. But -c cannot be repeated (has no + sign in the usage), so
you cannot ever use it as a positional argument.
I believe Karl is correct here and this is not a bug.
If someone thinks it is a bug, they should probably point to the documentation
that says you may you positional arguments at all (i.e. "where it says
you can omit the -cell").
--jhawk