From e6e642961efd3d3b021b85999a3ad768a167d1d8 Mon Sep 17 00:00:00 2001 From: Keith Date: Sat, 12 Oct 2024 21:46:33 +0100 Subject: [PATCH] Replace deprecated cli args in example --- _docs/3-configuration/usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_docs/3-configuration/usage.md b/_docs/3-configuration/usage.md index c0b03e458..b181d2de3 100644 --- a/_docs/3-configuration/usage.md +++ b/_docs/3-configuration/usage.md @@ -14,7 +14,7 @@ thumbsup --input "/media/photos" --output "./website" or as complex as ```bash -thumbsup --input "/media/photos" --output "./website" --title "My holidays" --thumb-size 200 --large-size 1500 --original-photos true --original-videos false --albums-from "{YYYY/MM}" --sort-albums-by start-date --theme cards --theme-style "./custom.less" --google-analytics "UA-999999-9" +thumbsup --input "/media/photos" --output "./website" --title "My holidays" --thumb-size 200 --large-size 1500 --photo-download "copy" --video-download "link" --albums-from "{YYYY/MM}" --sort-albums-by start-date --theme cards --theme-style "./custom.less" --google-analytics "UA-999999-9" ``` See the [cheat sheet](../cheat-sheet) for a list of all possible settings, or dive into these sections for details about every single option: