Fix cli upload json format example

This commit is contained in:
Lee Peuker 2025-10-11 16:14:28 +02:00 committed by Jason Rasmussen
parent 3ea8d140a2
commit 645f4009b0

View file

@ -182,7 +182,7 @@ For example to get a list of files that would be uploaded for further
processing:
```bash
immich upload --dry-run . | tail -n +4 | jq .newFiles[]
immich upload --dry-run . | tail -n +6 | jq .newFiles[]
```
### Obtain the API Key