Skip to content

Commit 76bffad

Browse files
committed
fix: typo in fix-extraction command line option.
1 parent e736358 commit 76bffad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unblob/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ def __init__(
190190
)
191191
@click.option(
192192
"-s",
193-
"--skip_extraction",
193+
"--skip-extraction",
194194
"skip_extraction",
195195
is_flag=True,
196196
show_default=True,

0 commit comments

Comments
 (0)