aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 64098648a..42c84de45 100644
--- a/networking/nc_bloaty.c
+++ b/networking/nc_bloaty.c
@@ -791,7 +791,7 @@ int nc_main(int argc UNUSED_PARAM, char **argv)
791 "np:s:uvw:+"/* -w N */ IF_NC_SERVER("lk") 791 "np:s:uvw:+"/* -w N */ IF_NC_SERVER("lk")
792 IF_NC_EXTRA("i:o:z") 792 IF_NC_EXTRA("i:o:z")
793 "\0" 793 "\0"
794 "?2:vv:ll", /* max 2 params; -v and -l are counters */ 794 "?2:vv"IF_NC_SERVER(":ll"), /* max 2 params; -v and -l are counters */
795 &str_p, &str_s, &o_wait 795 &str_p, &str_s, &o_wait
796 IF_NC_EXTRA(, &str_i, &str_o) 796 IF_NC_EXTRA(, &str_i, &str_o)
797 , &o_verbose IF_NC_SERVER(, &cnt_l) 797 , &o_verbose IF_NC_SERVER(, &cnt_l)