Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!linus!decvax!harpo!seismo!hao!hplabs!sri-unix!gwyn@brl-vld From: gwyn@brl-vld@sri-unix.UUCP Newsgroups: net.unix-wizards Subject: Re: filename hoopla Message-ID: <3937@sri-arpa.UUCP> Date: Sun, 7-Aug-83 06:10:30 EDT Article-I.D.: sri-arpa.3937 Posted: Sun Aug 7 06:10:30 1983 Date-Received: Mon, 8-Aug-83 04:01:19 EDT Lines: 8 From: Doug Gwyn (VLD/VMB) Any program that uses getopt() to scan its command-line arguments will be able to handle "--" as an "end of options" marker. I really don't like the use of "-" for this, as that is conventionally an indication that stdin is to be used where a file would normally be named. Things are confusing enough without doubling up on meanings.