rephrased log message

This commit is contained in:
s5260822 2025-03-14 12:09:18 +01:00
parent a8e1998b85
commit f85327d799

View file

@ -33,7 +33,7 @@ public class Main {
System.out.println(" - Upload the Member Photos to the DB: " + UPLOAD_MEMBER_PHOTOS);
System.out.println(" - Force Upload Members: " + FORCE_UPLOAD_MEMBERS);
System.out.println(" - Force Upload Speeches: " + FORCE_UPLOAD_SPEECHES);
System.out.println(" - Only Run Web: " + ONLY_RUN_WEB);
System.out.println(" - Only Run javalin Web Server: " + ONLY_RUN_WEB);
System.out.println("--------------------------");
if (ONLY_RUN_WEB) {