Skip to content

Commit

Permalink
Merge pull request #300 from theendcomplete/fix_readme_examples
Browse files Browse the repository at this point in the history
Fix Incorrect Default Value for --albums Option in README
  • Loading branch information
TheLastGimbus committed Mar 24, 2024
2 parents cd5eec3 + 11a0a55 commit c724f57
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 c724f57

Please sign in to comment.