diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-10-04 20:09:14 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-10-04 20:09:14 +0000 |
commit | e69054f27759ba3fbc10434bc1de175fb676a0e6 (patch) | |
tree | ad29d66cb4b50bc109d2c04eab007741badadf10 /package/base-files/default/etc | |
parent | cf123d2a166d297712ab7b7221af999a62643f98 (diff) |
fix displayed name in init script help text
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4916 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/base-files/default/etc')
-rwxr-xr-x | package/base-files/default/etc/rc.common | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/base-files/default/etc/rc.common b/package/base-files/default/etc/rc.common index 4a90a25b18..667627862f 100755 --- a/package/base-files/default/etc/rc.common +++ b/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 |