Skip to content

Commit da7a00b

Browse files
committed
Fix typo
1 parent 7b10753 commit da7a00b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ positional arguments:
3838
optional arguments:
3939
-h, --help show this help message and exit
4040
--verbose, -v Enable verbose logging
41-
--force, -f Force re-creation of an index even if it exsts
41+
--force, -f Force re-creation of an index even if it exists
4242
```
4343

4444

bin/lzo-indexer

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def parse_args(argv):
1717
parser.add_argument("--verbose", "-v", default=False, action="store_true",
1818
help="Enable verbose logging")
1919
parser.add_argument("--force", "-f", default=False, action="store_true",
20-
help="Force re-creation of an index even if it exsts")
20+
help="Force re-creation of an index even if it exists")
2121
parser.add_argument("lzo_files", type=str, nargs="+",
2222
help="List of LZO files to index")
2323

0 commit comments

Comments
 (0)