From c23fb2403e6f0f2ec200f317931d09e992064802 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Mon, 17 Jun 2024 11:49:36 +0100 Subject: [PATCH] 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runlisp.c b/runlisp.c index 379259c..2573b82 100644 --- a/runlisp.c +++ b/runlisp.c @@ -202,7 +202,7 @@ usage:\n\ %s [OPTIONS] [-e EXPR] [-d EXPR] [-p EXPR] [-l FILE]\n\ [--] [ARGUMENTS ...]\n\ OPTIONS:\n\ - [-CDEnqv] [+DEn] [-L SYS,SYS,...] [-c CONF] [-o [SECT:]VAR=VAL]\n", + [-DEnqv] [+DEn] [-L SYS,SYS,...] [-c CONF] [-o [SECT:]VAR=VAL]\n", progname, progname); } -- 2.11.0