From 2289001c00ce105845da20c54aa2851a3ade3f05 Mon Sep 17 00:00:00 2001
From: Felix Fietkau <nbd@openwrt.org>
Date: Wed, 4 Oct 2006 20:09:14 +0000
Subject: [PATCH] fix displayed name in init script help text

SVN-Revision: 4916
---
 openwrt/package/base-files/default/etc/rc.common | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/openwrt/package/base-files/default/etc/rc.common b/openwrt/package/base-files/default/etc/rc.common
index 4a90a25b18..667627862f 100755
--- a/openwrt/package/base-files/default/etc/rc.common
+++ b/openwrt/package/base-files/default/etc/rc.common
@@ -41,7 +41,7 @@ depends() {
 
 help() {
 	cat <<EOF
-Syntax: $0 [command]
+Syntax: $initscript [command]
 
 Available commands:
 	start	Start the service
-- 
GitLab