From 5010283dfe62fd1b236b4eb4b262abedc7455b32 Mon Sep 17 00:00:00 2001 From: Maxime Gimeno Date: Fri, 25 May 2018 16:15:35 +0200 Subject: [PATCH] Change help for script. Specify the path should lead to a release (not a git repo). --- .../developer_scripts/Bundle_polyhedron_demo_with_appimage.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/developer_scripts/Bundle_polyhedron_demo_with_appimage.sh b/Scripts/developer_scripts/Bundle_polyhedron_demo_with_appimage.sh index dbfbcb8f200..e2911620838 100644 --- a/Scripts/developer_scripts/Bundle_polyhedron_demo_with_appimage.sh +++ b/Scripts/developer_scripts/Bundle_polyhedron_demo_with_appimage.sh @@ -1,6 +1,6 @@ #!/bin/bash if [ "$1" == '--help' ]; then - echo "Usage: $0 " + echo "Usage: $0 " echo "Builds and packages the Polyhedron demo form the CGAL dir." exit 0 fi