diff --git a/lib/files.php b/lib/files.php
index 58bb04ec34689acb8654485e5498bb14686581ff..eb7c6cc73bf957ad5e01ff4bbf7ab32e2b768490 100644
--- a/lib/files.php
+++ b/lib/files.php
@@ -95,7 +95,7 @@ class OC_FILES {
 	* return the content of a file or return a zip file containning multiply files
 	*
 	* @param dir  $dir
-	* @param file $file
+	* @param file $file ; seperated list of files to download
 	*/
 	public static function get($dir,$files){
 		if(strpos($files,';')){