diff --git a/src/com/github/report4s/Report4s.java b/src/com/github/report4s/Report4s.java
index f64c7f0..0b3cd6b 100644
--- a/src/com/github/report4s/Report4s.java
+++ b/src/com/github/report4s/Report4s.java
@@ -52,7 +52,7 @@ public class Report4s {
/**
* The screenshots to gather.
* This parameter is read from the report4s.properties
file.
- * Values: "all", "last", "failed" or "none".
+ * Values: "all", "last", "failed" or "manual".
* The default value is "all".
*/
public static String screenshots;