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