From c53f74ee5f887a8505edfc480a0869a491dd5941 Mon Sep 17 00:00:00 2001 From: h_vogt Date: Mon, 29 Oct 2012 23:09:35 +0100 Subject: [PATCH] com_ghelp.c: better message for help under Windows --- src/frontend/com_ghelp.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/frontend/com_ghelp.c b/src/frontend/com_ghelp.c index f57545a3f..cf958f6f6 100644 --- a/src/frontend/com_ghelp.c +++ b/src/frontend/com_ghelp.c @@ -75,7 +75,9 @@ com_ghelp(wordlist *wl) #endif /* X_DISPLAY_MISSING 1 */ #ifdef HAS_WINDOWS printf("Internal help is no longer avaialable!\n"); - printf("Please check for\n"); + printf("Please check for the actual ngspice manual at\n"); + printf("http://ngspice.sourceforge.net/docs/ngspice-manual.pdf\n"); + printf("or for help on spice3 at\n"); printf("http://newton.ex.ac.uk/teaching/CDHW/Electronics2/userguide/\n"); #endif }