Trim a message.
authorEric S. Raymond <esr@thyrsus.com>
Thu, 3 Feb 2005 18:17:07 +0000 (18:17 +0000)
committerEric S. Raymond <esr@thyrsus.com>
Thu, 3 Feb 2005 18:17:07 +0000 (18:17 +0000)
sst.c

diff --git a/sst.c b/sst.c
index eb7c8f6cb4303edc7ab08b4b85bbf35c12332adf..409b489520104737673bfa7bf41782906ee49f94 100644 (file)
--- a/sst.c
+++ b/sst.c
@@ -227,8 +227,11 @@ static void helpme(void) {
        fp = fopen(SSTDOC, "r");
        if (fp == NULL) {
                prout("Spock-  \"Captain, that information is missing from the");
-               prout("   computer. You need to find SST.DOC and put it in the");
-               prout("   current directory.\"");
+               prout("   computer.\"");
+               /*
+                * This used to continue: "You need to find SST.DOC and put 
+                * it in the current directory."
+                */
                return;
        }
        for (;;) {