summaryrefslogtreecommitdiffstats
path: root/package/portmap/files/portmap.init
diff options
context:
space:
mode:
Diffstat (limited to 'package/portmap/files/portmap.init')
-rw-r--r--package/portmap/files/portmap.init2
1 files changed, 1 insertions, 1 deletions
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