mirror of
https://github.com/samsonjs/immich.git
synced 2026-03-25 09:15:56 +00:00
fix(docs): add missing --json-output arg to CLI example (#25870)
This commit is contained in:
parent
ed4d9abdae
commit
9d8efe2685
1 changed files with 1 additions and 1 deletions
|
|
@ -183,7 +183,7 @@ For example to get a list of files that would be uploaded for further
|
|||
processing:
|
||||
|
||||
```bash
|
||||
immich upload --dry-run . | tail -n +6 | jq .newFiles[]
|
||||
immich upload --dry-run --json-output . | tail -n +6 | jq .newFiles[]
|
||||
```
|
||||
|
||||
### Obtain the API Key
|
||||
|
|
|
|||
Loading…
Reference in a new issue