aboutsummaryrefslogtreecommitdiffstats
path: root/randpkt.c
diff options
context:
space:
mode:
Diffstat (limited to 'randpkt.c')
-rw-r--r--randpkt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/randpkt.c b/randpkt.c
index dcfa1f0f73..ec02aa800c 100644
--- a/randpkt.c
+++ b/randpkt.c
@@ -122,8 +122,8 @@ main(int argc, char *argv[])
int allrandom = FALSE;
wtap_dumper *savedump;
int ret = EXIT_SUCCESS;
- static const struct option long_options[] = {
- {"help", no_argument, NULL, 'h'},
+ static const struct ws_option long_options[] = {
+ {"help", ws_no_argument, NULL, 'h'},
{0, 0, 0, 0 }
};