JAL-629 Change colour scheme shortnames to something consistent and command-line...
[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 = '=';