JAL-629 Change behaviour of --open GLOB to increment defaultLinkedId to allow --allfr...
[jalview.git] / src / jalview / bin / argparser / SubVals.java
index 196cd24..a03ec15 100644 (file)
@@ -21,7 +21,7 @@ public class SubVals
 
   private Map<String, String> subValMap;
 
-  private static char SEPARATOR = ';';
+  private static char SEPARATOR = ',';
 
   private static char EQUALS = '=';