Fix documentation error for directory syntax in config.ini. #215 (#216)

This commit is contained in:
Jaisen Mathai 2017-05-11 20:41:16 -07:00 committed by GitHub
parent 8f9c7fc348
commit a6b805207b
1 changed files with 1 additions and 2 deletions

View File

@ -228,8 +228,7 @@ full_path=%year/%month/%location
location=%city, %state
month=%m
year=%Y
date=%year-%month
full_path=%date/%location
full_path=%year-%month/%location
# -> 2015-12/Sunnyvale, California
```