summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorThorsten Glaser <tg@mirbsd.org>2009-12-20 15:37:39 +0059
committerWaldemar Brodkorb <wbx@openadk.org>2009-12-20 17:37:03 +0100
commit784a72b02ba2f0940c4d4ec63f9bac0e66c49e59 (patch)
tree75ff7bd86ec7966c1d52736bc94fc6a70ce20c09 /Makefile
parentc26f83a3f04f3281bb4431a1c4ac9a6f7dc55b84 (diff)
fix typo
Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0c92ba021..e3c019d62 100644
--- a/Makefile
+++ b/Makefile
@@ -65,7 +65,7 @@ dev-help:
@echo ' run "make package=<pkgname> clean" to start with a good base'
@echo ' run "make package=<pkgname> patch" to fetch, unpack and patch the source'
@echo ' edit the package sources at build_dir/w-<pkgname>-*/<pkgname>-<version>'
- @echo ' run "make package=<pkgname> update-patches to regenerate patch files'
+ @echo ' run "make package=<pkgname> update-patches" to regenerate patch files'
@echo ''
@echo 'All changed patches will be opened with your $$EDITOR,'
@echo 'so you can add a description and verify the modifications.'