Correct all mentions of the documentation path in the source code
authorIain R. Learmonth <irl@fsfe.org>
Thu, 7 Jul 2022 14:48:19 +0000 (15:48 +0100)
committerPeter Michael Green <plugwash@raspbian.org>
Thu, 7 Jul 2022 14:48:19 +0000 (15:48 +0100)
Last-Update: 2014-09-08

Gbp-Pq: Name fix_documentation_path.patch

src/direwolf.c

index 456b16f029af1d19fddcb54eac671d9c65cced0a..dd54f686aa2117f4d6adbe2bdd65bfcd94f4b60a 100644 (file)
@@ -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);