From: Iain R. Learmonth Date: Sun, 3 Jan 2021 21:14:07 +0000 (+0000) Subject: Correct all mentions of the documentation path in the source code X-Git-Tag: archive/raspbian/1.6+dfsg-2+rpi1~1^2~4 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=b305b7c76132ccf31559a64e8940bea021cc0176;p=direwolf.git Correct all mentions of the documentation path in the source code Last-Update: 2014-09-08 Gbp-Pq: Name fix_documentation_path.patch --- 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);