From 0791090a8963707e3dd8a0bdc29ff67e8f5d85ea Mon Sep 17 00:00:00 2001 From: "Iain R. Learmonth" Date: Thu, 7 Jul 2022 15:48:19 +0100 Subject: [PATCH] Correct all mentions of the documentation path in the source code Last-Update: 2014-09-08 Gbp-Pq: Name fix_documentation_path.patch --- src/direwolf.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/direwolf.c b/src/direwolf.c index 456b16f..dd54f68 100644 --- a/src/direwolf.c +++ b/src/direwolf.c @@ -1513,7 +1513,10 @@ static void usage (char **argv) dw_printf ("Complete documentation can be found in the 'doc' folder\n"); #else // TODO: Could vary by platform and build options. + /* dw_printf ("Complete documentation can be found in /usr/local/share/doc/direwolf\n"); + */ + dw_printf ("Complete documentation can be found online at https://github.com/wb2osz/direwolf/tree/master/doc/.\n"); #endif dw_printf ("or online at https://github.com/wb2osz/direwolf/tree/master/doc\n"); exit (EXIT_FAILURE); -- 2.30.2