From ca745d00ee4e95088725da998920a1f83f7722c4 Mon Sep 17 00:00:00 2001 From: Lee Peuker Date: Fri, 17 Oct 2025 16:08:42 +0200 Subject: [PATCH] fix(docs): cli upload json format example (#22858) Fix cli upload json format example --- docs/docs/features/command-line-interface.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/features/command-line-interface.md b/docs/docs/features/command-line-interface.md index 436b499e50..2b35d62ce8 100644 --- a/docs/docs/features/command-line-interface.md +++ b/docs/docs/features/command-line-interface.md @@ -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