diff --git a/ChangeLog b/ChangeLog
index 18ab934070fd312e2a3a8da179443da2ef8dc091..6489ba8c2689d712756407ec34628d65b085831c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,8 @@
 Version 11+
 	It is now possible to add user plots from the command line using the 
-	JVM userplot option, e.g. art -Duserplot=/pathToFile/userPlot.
+	JVM userplot option, e.g. art -Duserplot=/pathToFile/userPlot 
+	and for multiple plots this is comma separated
+	art -Duserplot='/pathToFile/userPlot1,/pathToFile/userPlot2'
 
 	Added support to be able to read BAM files to display read alignments.
 	It uses picard (http://picard.sourceforge.net/) to read from the BAM file