diff options
Diffstat (limited to 'networking/nc_bloaty.c')
-rw-r--r-- | networking/nc_bloaty.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/nc_bloaty.c b/networking/nc_bloaty.c index 30abb3c..ab82465 100644 --- a/networking/nc_bloaty.c +++ b/networking/nc_bloaty.c @@ -706,7 +706,7 @@ int nc_main(int argc, char **argv) // -g -G -t -r deleted, unimplemented -a deleted too opt_complementary = "?2:vv"; /* max 2 params, -v is a counter */ - getopt32(argc, argv, "hnp:s:uvw:" USE_NC_SERVER("l") + getopt32(argv, "hnp:s:uvw:" USE_NC_SERVER("l") USE_NC_EXTRA("i:o:z"), &str_p, &str_s, &str_w USE_NC_EXTRA(, &str_i, &str_o, &o_verbose)); |