Mercurial > hg > beaglert
changeset 161:07735c9d95c8 heavy-updated
- updated usage instructions for -r option
author | chnrx <chris.heinrichs@gmail.com> |
---|---|
date | Thu, 05 Nov 2015 19:27:44 +0000 |
parents | 5bcf04234f80 |
children | c3e8226a5651 |
files | scripts/build_pd.sh |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/scripts/build_pd.sh Thu Nov 05 18:58:26 2015 +0000 +++ b/scripts/build_pd.sh Thu Nov 05 19:27:44 2015 +0000 @@ -20,7 +20,7 @@ function usage { echo " - USAGE: build_pd.sh [[-i input folder containing _main.pd file ] [-o output folder for new heavy project .c files (default ../projects/heavy/hvtemp)] [-b bbb path to copy to (default ~/BeagleRT)] | [-h]] + USAGE: build_pd.sh [[-i input folder containing _main.pd file ] [-o output folder for new heavy project .c files (default ../projects/heavy/hvtemp)] [-r don't replace render.cpp file in destination project folder] [-b bbb path to copy to (default ~/BeagleRT)] | [-h]] " echo "example: build_pd.sh -i ../projects/heavy/pd/hello-world -o ../projects/heavy/hello-world" }