Parcourir la source

Merge pull request #755 from fufler/photos_blacklist_doc_update

[Photos] Updated documentation for blacklist.txt
Justin Mayer il y a 8 ans
Parent
commit
ecca236a13
1 fichiers modifiés avec 5 ajouts et 2 suppressions
  1. 5 2
      photos/README.md

+ 5 - 2
photos/README.md

@@ -30,8 +30,11 @@ Folders of photos may optionally have three text files, where each line describe
 `blacklist.txt`
 `blacklist.txt`
 : Skips photos the user does not want to include. For example:
 : Skips photos the user does not want to include. For example:
 
 
-	# best.jpg
-	new.jpg
+	this-file-will-be-skipped.jpg
+	this-one-will-be-skipped-too.jpg
+	# but-this-file-will-NOT-be-skipped.jpg
+	this-one-will-be-also-skipped.jpg
+	
 
 
 Here is an example Markdown article that shows the three use cases:
 Here is an example Markdown article that shows the three use cases: