From: Shamus Hammons Date: Fri, 28 Feb 2020 23:15:53 +0000 (-0600) Subject: Forgot internal documentation for last commit. :-P X-Git-Tag: v1.7.1~6 X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rln;a=commitdiff_plain;h=e0c5bd18176b70031fd7fce877c6ca1d8b093a8c Forgot internal documentation for last commit. :-P --- diff --git a/rln.c b/rln.c index 4367837..37e5197 100644 --- a/rln.c +++ b/rln.c @@ -3085,6 +3085,7 @@ void ShowHelp(void) printf(" -u allow unresolved symbols (experimental)\n"); printf(" -v set verbose mode\n"); printf(" -w show linker warnings\n"); + printf(" -y set include path (also set by RLNPATH)\n"); printf(" -z suppress banner\n"); printf("\n"); }