diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-07-25 00:39:58 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-07-25 00:39:58 +0000 |
commit | 3940ac9f6d4d54482836c2d070885e6f51db143b (patch) | |
tree | 5e6147e3232a26df1510cdec376922dfb6a06c17 /openwrt/package/portmap | |
parent | 444e18761e110ee6d920c0796888fd8e1c52c966 (diff) | |
download | mtk-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.init | 2 |
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 |