Skip to content

Commit

Permalink
Fix --albums value in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikkie Grom committed Mar 24, 2024
1 parent cd5eec3 commit 11a0a55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 "" !
```
Expand All @@ -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
```
Expand Down

0 comments on commit 11a0a55

Please sign in to comment.