about summary refs log tree commit diff
path: root/Functions/Misc/run-help-ip
diff options
context:
space:
mode:
Diffstat (limited to 'Functions/Misc/run-help-ip')
-rw-r--r--Functions/Misc/run-help-ip4
1 files changed, 0 insertions, 4 deletions
diff --git a/Functions/Misc/run-help-ip b/Functions/Misc/run-help-ip
index 8807f9ef1..b811ce352 100644
--- a/Functions/Misc/run-help-ip
+++ b/Functions/Misc/run-help-ip
@@ -14,10 +14,6 @@ if ! man -w ip-address >/dev/null 2>&1; then
     return
 fi
 
-while [[ $# != 0 && $1 == -* ]]; do
-    shift
-done
-
 case $1 in
     (addrl*) man ip-addrlabel ;;
     (a*) man ip-address ;;