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
|
||||
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
|
||||
|
|
|
|||
Loading…
Reference in New Issue