Skip to content

Commit e9df345

Browse files
authored
Update README.md
1 parent e6e9ed5 commit e9df345

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ all your CPU cores in parallel.
178178
If you are using Python 3.4 or newer, pass in a `--cpus <number_of_cpu_cores_to_use>` parameter:
179179

180180
```bash
181-
$ face_recognition -cpus 4 ./pictures_of_people_i_know/ ./unknown_pictures/
181+
$ face_recognition --cpus 4 ./pictures_of_people_i_know/ ./unknown_pictures/
182182
```
183183

184184
You can also pass in `--cpus -1` to use all CPU cores in your system.

0 commit comments

Comments
 (0)