Skip to content

Commit 84c8911

Browse files
committed
Document -a switch
1 parent 0e777c9 commit 84c8911

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
@@ -76,6 +76,7 @@ usage(void)
7676
fprintf(stdout,
7777
" -x pid Used internally by WiFiDog when re-starting itself *DO NOT ISSUE THIS SWITCH MANUAlLY*\n");
7878
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");
7980
fprintf(stdout, "\n");
8081
}
8182

0 commit comments

Comments
 (0)