Skip to content

Commit

Permalink
refactor: fix incorrect default
Browse files Browse the repository at this point in the history
  • Loading branch information
mecaneer23 authored Jan 12, 2024
1 parent a7b4bf5 commit 2351a9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Options:
| --relative-enumeration, -r | Boolean: determines if todos are numbered when printed. Numbers relatively rather than absolutely. Default is `False`. |
| --simple-boxes, -x | Boolean: allow rendering simpler checkboxes if terminal doesn't support default ascii checkboxes. Default is `False`. |
| --strikethrough, -s | Boolean: strikethrough completed todos - option to disable because some terminals don't support strikethroughs. Default is `False`. |
| --title TITLE, -t TITLE | Allows passing alternate header. Default is `TODO`. |
| --title TITLE, -t TITLE | Allows passing alternate header. Default is `filename`. |

## Controls

Expand Down

0 comments on commit 2351a9e

Please sign in to comment.