summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2010-03-26 12:12:17 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2010-03-26 12:20:36 +0100
commit59da4f4ae7c843e28a650a15f88f6ba474feecba (patch)
treef5c63ca8102e9f11786764551ac6da34ccb9898d
parent962848ae5709ccdb94fcf2ecf88914de86056ece (diff)
downloadptxdist-59da4f4ae7c843e28a650a15f88f6ba474feecba.tar.gz
ptxdist-59da4f4ae7c843e28a650a15f88f6ba474feecba.tar.xz
[ptxdist] rename template "simple" -> "file" and add help
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de> (cherry picked from commit 900df22e4b2fca3a03a47756dccc6e4ad769fc24)
-rwxr-xr-xbin/ptxdist4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/ptxdist b/bin/ptxdist
index 89004d878..75b7ae4a1 100755
--- a/bin/ptxdist
+++ b/bin/ptxdist
@@ -976,7 +976,7 @@ newpackage() {
local template_src="${RULESDIR}/templates/${action}"
case "${action}" in
- target|font|simple)
+ target|font|file)
#template: default
;;
host)
@@ -1022,7 +1022,7 @@ newpackage() {
echo " src-make-prog create a plain makefile binary"
echo " src-stellaris create stellaris firmware"
echo " font"
- echo " simple"
+ echo " file create package to install existing files"
echo
exit 1
;;