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 0e777c9 commit 84c8911Copy full SHA for 84c8911
src/commandline.c
@@ -76,6 +76,7 @@ usage(void)
76
fprintf(stdout,
77
" -x pid Used internally by WiFiDog when re-starting itself *DO NOT ISSUE THIS SWITCH MANUAlLY*\n");
78
fprintf(stdout, " -i <path> Internal socket path used when re-starting self\n");
79
+ fprintf(stdout, " -a <path> Path to /proc/net/arp replacement - mainly useful for debugging.\n");
80
fprintf(stdout, "\n");
81
}
82
0 commit comments