From 057415e44333ac1c34d97f7f48ba36ba7dfea6dd Mon Sep 17 00:00:00 2001 From: Berack96 Date: Wed, 12 Feb 2025 14:43:33 +0100 Subject: [PATCH] Fixes - formatting in simulation parameter description for 'end' in Main.java --- src/main/java/net/berack/upo/valpre/Main.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/net/berack/upo/valpre/Main.java b/src/main/java/net/berack/upo/valpre/Main.java index eec844a..de7161f 100644 --- a/src/main/java/net/berack/upo/valpre/Main.java +++ b/src/main/java/net/berack/upo/valpre/Main.java @@ -63,7 +63,7 @@ public class Main { descriptions.put("p", "Add this if you want the simulation to use threads (one each run)."); descriptions.put("seed", "The seed of the simulation."); descriptions.put("runs", "How many runs the simulator should run."); - descriptions.put("end", "When the simulation should end. Format is [ClassName:param1,..,paramN];[..]"); + descriptions.put("end", "When the simulation should end. Format is \"[ClassName:param1,..,paramN];[..]\""); descriptions.put("net", "The file net to use. Use example1.net or example2.net for the provided ones."); descriptions.put("i", "The confidence indices to use for the simulation. If active then p is ignored." + " Format is \"[node:stat=confidence:relativeError];[..]\"");