Skip to content

Commit af317fd

Browse files
committed
Merge pull request #181 from mhaas/configurable-arptable
Document -a switch
2 parents d3face3 + 84c8911 commit af317fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/commandline.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ usage(void)
7171
fprintf(stdout,
7272
" -x pid Used internally by WiFiDog when re-starting itself *DO NOT ISSUE THIS SWITCH MANUAlLY*\n");
7373
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");
7475
fprintf(stdout, "\n");
7576
}
7677

0 commit comments

Comments
 (0)