diff options
Diffstat (limited to 'capinfos.c')
| -rw-r--r-- | capinfos.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/capinfos.c b/capinfos.c index 43cbcf6480..49be19de54 100644 --- a/capinfos.c +++ b/capinfos.c @@ -1547,9 +1547,9 @@ main(int argc, char *argv[]) gboolean need_separator = FALSE; int opt; int overall_error_status = EXIT_SUCCESS; - static const struct option long_options[] = { - {"help", no_argument, NULL, 'h'}, - {"version", no_argument, NULL, 'v'}, + static const struct ws_option long_options[] = { + {"help", ws_no_argument, NULL, 'h'}, + {"version", ws_no_argument, NULL, 'v'}, {0, 0, 0, 0 } }; |
