Skip to content

Commit ca745d0

Browse files
authored
fix(docs): cli upload json format example (immich-app#22858)
Fix cli upload json format example
1 parent 3ea8d14 commit ca745d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/features/command-line-interface.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ For example to get a list of files that would be uploaded for further
182182
processing:
183183

184184
```bash
185-
immich upload --dry-run . | tail -n +4 | jq .newFiles[]
185+
immich upload --dry-run . | tail -n +6 | jq .newFiles[]
186186
```
187187

188188
### Obtain the API Key

0 commit comments

Comments
 (0)