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