We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1e09d4 commit 54b3a7cCopy full SHA for 54b3a7c
scripts/Windows/wininit.c
@@ -1,4 +1,4 @@
1
-/* wininit.c - MS Windows service which replace the init script
+/* wininit.c - MS Windows service which replaces the init script
2
(compiled as "nut.exe")
3
4
Copyright (C)
@@ -722,6 +722,11 @@ static void help(const char *arg_progname)
722
printf(" -D Raise debug verbosity (passed to launched NUT programs)\n");
723
printf(" -V Display NUT version and exit\n");
724
printf(" -h Display this help and exit\n"); /* also /? but be hush about the one slash */
725
+
726
+ printf("\n%s", suggest_doc_links(
727
+ "nut.exe" /*arg_progname*/,
728
+ "nut.conf, ups.conf, upsmon.conf, upsd.conf and upsd.users"
729
+ ));
730
}
731
732
int main(int argc, char **argv)
0 commit comments