aboutsummaryrefslogtreecommitdiff
path: root/networking
diff options
context:
space:
mode:
Diffstat (limited to 'networking')
-rw-r--r--networking/libiproute/iprule.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/libiproute/iprule.c b/networking/libiproute/iprule.c
index 659f3a9f0..e7674530c 100644
--- a/networking/libiproute/iprule.c
+++ b/networking/libiproute/iprule.c
@@ -166,7 +166,7 @@ static int iprule_list(char **argv)
166 166
167 if (*argv) { 167 if (*argv) {
168 //bb_error_msg("\"rule show\" needs no arguments"); 168 //bb_error_msg("\"rule show\" needs no arguments");
169 bb_warn_ignoring_args(1); 169 bb_warn_ignoring_args(*argv);
170 return -1; 170 return -1;
171 } 171 }
172 172