iop: build_branch: add more help messages

This commit is contained in:
Ionut-Alex Oprea 2018-03-06 14:10:15 +01:00
parent 7cf104cdd3
commit afea9fc91f

View file

@ -4,6 +4,8 @@
function build_branch_usage {
echo "usage: $0 build_branch <branch> <board> [<customer>]"
echo "example: $0 build_branch devel-new ex400 DEV"
echo "example: $0 build_branch_sysupgrade devel-new ex400 DEV 192.168.1.1 -n"
exit 1
}