Update readme.md

This commit is contained in:
the1311 2021-11-16 23:53:31 +01:00
parent 20b3655240
commit aa7cf6b125
1 changed files with 2 additions and 2 deletions

View File

@ -79,9 +79,9 @@ For the case you want to reduce or increase the timespan between events, simply
#### Rename jpg-files with "/<Date>_<Time>" from EXIF data if possible
#### Rename jpg-files with ```<Date>_<Time>``` from EXIF data if possible
If the original jpg image files were named by <Date>_<Time> it might be useful to rename the recovered files in the same way. This can be done by adding the parameter -j.
If the original jpg image files were named by ```<Date>_<Time>``` it might be useful to rename the recovered files in the same way. This can be done by adding the parameter -j.
```python recovery.py <path to files recovered by Photorec> <destination> -j```