Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bin/pdd
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ begin
o.bool '-v', '--verbose', 'Enable verbose mode (a lot of logging)'
o.bool '-q', '--quiet', 'Enable quiet mode (almost no logging)'
o.bool '--remove', 'Remove all found puzzles from the source code'
o.bool '--skip-gitignore', 'Don\'t look into .gitignore for excludes'
o.bool '--skip-gitignore', 'Read .gitignore and use its entries as excludes'
o.bool '--skip-errors', 'Suppress errors as warnings and skip badly
formatted puzzles'
o.bool '-i', '--version', 'Show current version' do
Expand Down
Loading