summaryrefslogtreecommitdiffstats
path: root/bin/ptxdist
diff options
context:
space:
mode:
Diffstat (limited to 'bin/ptxdist')
-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
;;