Hilfetext erweitert

This commit is contained in:
Oliver Voelker 2014-11-13 00:05:07 +01:00
parent fd1195d15e
commit 9b077d4cc7
1 changed files with 5 additions and 5 deletions

View File

@ -244,7 +244,7 @@ case "$1" in
echo "Select a Board-Support-Package:" echo "Select a Board-Support-Package:"
echo echo
echo "Usage: $0 $1 bsp" echo "Usage: $0 $1 bsp"
echo "bsp: " echo "available packages:"
/bin/ls bsp/*.bsp /bin/ls bsp/*.bsp
else else
if [ ! -f $2 ]; then if [ ! -f $2 ]; then
@ -329,12 +329,12 @@ case "$1" in
echo " selectcommunity [communityfile]" echo " selectcommunity [communityfile]"
echo " selectbsp [bsp file]" echo " selectbsp [bsp file]"
echo " prepare" echo " prepare"
echo " config" echo " config <openwrt|kernel>"
echo " build" echo " build [<fast|debug>]"
echo " buildall" echo " buildall <community> [<fast>]"
echo " clean" echo " clean"
echo "" echo ""
echo "If you need help to one of these options just type $0 command help" echo "If you need help to one of these options just type $0 command help"
;; ;;
esac esac
# vim: noexpandtab # vim: noexpandtab