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 dbcce8bf4..6b5b176c9 100644
--- a/networking/nc_bloaty.c
+++ b/networking/nc_bloaty.c
@@ -858,7 +858,7 @@ int nc_main(int argc UNUSED_PARAM, char **argv)
858 } else { 858 } else {
859 /* Outbound connects. Now we're more picky about args... */ 859 /* Outbound connects. Now we're more picky about args... */
860 if (!themaddr) 860 if (!themaddr)
861 bb_error_msg_and_die("no destination"); 861 bb_show_usage();
862 862
863 remend = *themaddr; 863 remend = *themaddr;
864 if (o_verbose) 864 if (o_verbose)