summaryrefslogtreecommitdiffstats
path: root/openwrt
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-07-25 00:39:58 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-07-25 00:39:58 +0000
commit93e4c781ecc693b63e44e7802b22f1e24e733884 (patch)
tree5e6147e3232a26df1510cdec376922dfb6a06c17 /openwrt
parent782c43371828425129b65a8d400d9ab4175f6203 (diff)
cosmetic fix
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1545 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt')
-rw-r--r--openwrt/package/portmap/files/portmap.init2
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/portmap/files/portmap.init b/openwrt/package/portmap/files/portmap.init
index e1ed89a60..31a3399e9 100644
--- a/openwrt/package/portmap/files/portmap.init
+++ b/openwrt/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