From: nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date: Mon, 25 Jul 2005 00:39:58 +0000 (+0000)
Subject: cosmetic fix
X-Git-Url: https://git.rohieb.name/openwrt.git/commitdiff_plain/6b318cd4efaff4bfda02a1eb8c16497d69ef8b15

cosmetic fix


git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1545 3c298f89-4303-0410-b956-a3cf2f4a3e73
---

diff --git a/package/portmap/files/portmap.init b/package/portmap/files/portmap.init
index e1ed89a60..31a3399e9 100644
--- a/package/portmap/files/portmap.init
+++ b/package/portmap/files/portmap.init
@@ -9,7 +9,7 @@ case $1 in
   $BIN $OPTIONS
   ;;
  *)
-  echo "usage: $0 (start)"
+  echo "usage: $0 start"
   exit 1
 esac