From 3940ac9f6d4d54482836c2d070885e6f51db143b Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Mon, 25 Jul 2005 00:39:58 +0000 Subject: [PATCH] cosmetic fix SVN-Revision: 1545 --- openwrt/package/portmap/files/portmap.init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openwrt/package/portmap/files/portmap.init b/openwrt/package/portmap/files/portmap.init index e1ed89a60f..31a3399e93 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