[pisa-src] r950 - trunk/tools

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Fri, 04 Sep 2009 19:34:24 +0200

Author: biurrun
Date: Fri Sep  4 19:34:24 2009
New Revision: 950

Log:
Remove redundant --help command line parameter check.

Modified:
   trunk/tools/switch-ip

Modified: trunk/tools/switch-ip
==============================================================================
--- trunk/tools/switch-ip       Fri Sep  4 19:32:56 2009        (r949)
+++ trunk/tools/switch-ip       Fri Sep  4 19:34:24 2009        (r950)
@@ -100,10 +100,6 @@
 # Script
 
 case $1 in
-    --help|-h)
-        usage
-        exit 0
-        ;;
     -*|"")
         CMD="ifconfig"    # choose the default command
         echo "choosing default command ifconfig!"

Other related posts:

  • » [pisa-src] r950 - trunk/tools - Diego Biurrun