mirror of https://github.com/CGAL/cgal
Change help for script. Specify the path should lead to a release (not a git repo).
This commit is contained in:
parent
ab87194583
commit
5010283dfe
|
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
if [ "$1" == '--help' ]; then
|
if [ "$1" == '--help' ]; then
|
||||||
echo "Usage: $0 <path to CGAL> <path to output> <number of cores to dedicate>"
|
echo "Usage: $0 <path to CGAL release> <path to output> <number of cores to dedicate>"
|
||||||
echo "Builds and packages the Polyhedron demo form the CGAL dir."
|
echo "Builds and packages the Polyhedron demo form the CGAL dir."
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue