Skip to content

Commit bd1c0cc

Browse files
committed
README.md
Signed-off-by: Stephen L. <lrq3000@gmail.com>
1 parent 3740048 commit bd1c0cc

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,20 @@ This script is originally meant to be used for data archival, by allowing an eas
1010
Example usage
1111
----------------------
1212
- To generate the database (only needed once):
13-
```python python rfigc.py -i "folderimages" -d "dbhash.csv" -g ```
13+
14+
```python rfigc.py -i "folderimages" -d "dbhash.csv" -g ```
1415

1516
- To check:
16-
```python python rfigc.py -i "folderimages" -d "dbhash.csv" -l log.txt -s ```
17+
18+
```python rfigc.py -i "folderimages" -d "dbhash.csv" -l log.txt -s ```
1719

1820
- To update your database by appending new files:
19-
```python python rfigc.py -i "folderimages" -d "dbhash.csv" -u -a ```
21+
22+
```python rfigc.py -i "folderimages" -d "dbhash.csv" -u -a ```
2023

2124
- To update your database by appending new files AND removing inexistent files:
22-
```python python rfigc.py -i "folderimages" -d "dbhash.csv" -u -a -r ```
25+
26+
```python rfigc.py -i "folderimages" -d "dbhash.csv" -u -a -r ```
2327

2428
Note that by default, the script is by default in check mode, to avoid wrong manipulations. It will also alert you if you generate over an already existing database file.
2529

0 commit comments

Comments
 (0)