adutra commented on code in PR #843:
URL: https://github.com/apache/polaris/pull/843#discussion_r1925373136


##########
run.sh:
##########
@@ -21,25 +21,20 @@
 
 # Runs Polaris as a mini-deployment locally. Creates two pods that bind 
themselves to port 8181.
 
-# Initialize variables
-BUILD_ARGS=""  # Initialize an empty string to store Docker build arguments
-
 # Function to display usage information
 usage() {
-  echo "Usage: $0 [-b build-arg1=value1;build-arg2=value2;...] [-h]"
-  echo "  -b    Pass a set of arbitrary build arguments to docker build, 
separated by semicolons"
-  echo "  -h    Display this help message"
+  echo "Usage: $0 [--eclipse-link-deps=<deps>] [-h]"
+  echo "  --eclipse-link-deps=<deps>  EclipseLink dependencies to use, e.g."

Review Comment:
   Note: using EclipseLink requires #610.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to