summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2009-10-22 19:55:01 +0200
committerMarc Kleine-Budde <mkl@pengutronix.de>2009-10-23 14:44:27 +0200
commit0f502f65f81569b39b67bcba92af2086448a2108 (patch)
tree6ad579ea512c54c2068481a1a75a40d4b54a371d /bin
parent7fadd7264b3ab4702e93f4645670036a076888d4 (diff)
downloadptxdist-0f502f65f81569b39b67bcba92af2086448a2108.tar.gz
ptxdist-0f502f65f81569b39b67bcba92af2086448a2108.tar.xz
[ptxdist] have one location for newpacket help
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Diffstat (limited to 'bin')
-rwxr-xr-xbin/ptxdist9
1 files changed, 3 insertions, 6 deletions
diff --git a/bin/ptxdist b/bin/ptxdist
index a06a9a5a0..904ae4a6a 100755
--- a/bin/ptxdist
+++ b/bin/ptxdist
@@ -793,10 +793,7 @@ Misc:
version print out ptxdist version
test <testname> run tests
newpacket <type> create a new packet Makefile in a rules dir
- <type> can be one of:
- target, host, host-existing-target,
- cross, cross-existing-target, source,
- kernel_driver, font, simple
+ use 'newpacket help' for a longer description
print <var> print the contents of a variable, in the way
it is known by "make"
export_src <target dir> export all source archives needed for this
@@ -1047,9 +1044,9 @@ newpacket() {
class=
autoconf_class=
;;
- *)
+ help|*)
echo
- echo "usage: 'ptxdist newpacket <class>', where class is:"
+ echo "usage: 'ptxdist newpacket <type>', where type is:"
echo
echo " host create package for development host"
echo " target create package for embedded target"