summaryrefslogtreecommitdiff
path: root/openwrt/package/portmap
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-07-25 00:39:58 +0000
committerNicolas Thill <nico@openwrt.org>2005-07-25 00:39:58 +0000
commit3940ac9f6d4d54482836c2d070885e6f51db143b (patch)
tree5e6147e3232a26df1510cdec376922dfb6a06c17 /openwrt/package/portmap
parent444e18761e110ee6d920c0796888fd8e1c52c966 (diff)
downloadmtk-20170518-3940ac9f6d4d54482836c2d070885e6f51db143b.zip
mtk-20170518-3940ac9f6d4d54482836c2d070885e6f51db143b.tar.gz
mtk-20170518-3940ac9f6d4d54482836c2d070885e6f51db143b.tar.bz2
cosmetic fix
SVN-Revision: 1545
Diffstat (limited to 'openwrt/package/portmap')
-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 e1ed89a..31a3399 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