runlisp.c: Remove long-removed `-C' option from usage synopsis.
authorMark Wooding <mdw@distorted.org.uk>
Mon, 17 Jun 2024 10:49:36 +0000 (11:49 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Mon, 17 Jun 2024 11:56:29 +0000 (12:56 +0100)
commitc23fb2403e6f0f2ec200f317931d09e992064802
treeed032cbb21d5ac934e95aeaabf6e1a8180fbdf0a
parent7e3a86038e2a2cbb48b356cb029f9de99c14ec79
runlisp.c: Remove long-removed `-C' option from usage synopsis.

This dates back to an earlier time when all configuration was done using
command-line options.  The `-P' option would add one or more Lisp
implementation names to the preferred list; but, because `runlisp'
would collect options from multiple places, it was necessary to be able
to clear the list.  This is what the `-C' option did.  It was removed
as soon as the new configuration-file system was introduced -- which
happened about a week after the initial version was committed.  But
somehow the `-C' option lived on in the usage synopsis.
runlisp.c