Skip to content

Commit f729d9b

Browse files
committed
fix: typo in fix-extraction command line option.
1 parent bcbf49e commit f729d9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unblob/cli.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ def __init__(
200200
)
201201
@click.option(
202202
"-s",
203-
"--skip_extraction",
203+
"--skip-extraction",
204204
"skip_extraction",
205205
is_flag=True,
206206
show_default=True,

0 commit comments

Comments
 (0)