Change help for script. Specify the path should lead to a release (not a git repo).
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
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."
|
||||
exit 0
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user