summaryrefslogtreecommitdiffstats
path: root/bin
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:12:17 +0100
commit900df22e4b2fca3a03a47756dccc6e4ad769fc24 (patch)
tree0b9d6287b64c8c8d3af3578796d74d31d0b760bc /bin
parent4fef20a74292aae7f8e846f44db9bdcf50e48394 (diff)
downloadptxdist-900df22e4b2fca3a03a47756dccc6e4ad769fc24.tar.gz
ptxdist-900df22e4b2fca3a03a47756dccc6e4ad769fc24.tar.xz
[ptxdist] rename template "simple" -> "file" and add help
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'bin')
-rwxr-xr-xbin/ptxdist4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/ptxdist b/bin/ptxdist
index 7aa7633e8..fec208f91 100755
--- a/bin/ptxdist
+++ b/bin/ptxdist
@@ -979,7 +979,7 @@ newpackage() {
local template_src="${RULESDIR}/templates/${action}"
case "${action}" in
- target|font|simple)
+ target|font|file)
#template: default
;;
host)
@@ -1025,7 +1025,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
;;