From 11a0a5577495e66b142e562814cb9e7ef6fc34fe Mon Sep 17 00:00:00 2001 From: Nikkie Grom Date: Sun, 24 Mar 2024 10:45:04 +0300 Subject: [PATCH] Fix --albums value in examples --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3df198ef..6991ac6c 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ In that case: cd Downloads # Most probably # run it, selecting input and output folders with options like this: # (you can try to drag and drop them) - gpth.exe --input "Downloads\you\input\folder" --output "C:\some\other\location" --albums "shortcuts" + gpth.exe --input "Downloads\you\input\folder" --output "C:\some\other\location" --albums "shortcut" # select which album solution you like - see --help for all of them # remember to use "" ! ``` @@ -95,7 +95,7 @@ In that case: chmod +x gpth # add execute permission # tell MacOS Gatekeeper to not worry xattr -r -d com.apple.quarantine gpth-macos - ./gpth --input "/some/input/folder" --output "other/output/folder" --albums "shortcuts" + ./gpth --input "/some/input/folder" --output "other/output/folder" --albums "shortcut" # select which album solution you like - see --help for all of them ```