Skip to content

Commit

Permalink
Typo in arg help text
Browse files Browse the repository at this point in the history
  • Loading branch information
frosit authored and wkentaro committed May 12, 2024
1 parent 44b5d24 commit 512570f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gdown/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def main():
parser.add_argument(
"--fuzzy",
action="store_true",
help="(fild only) extract Google Drive's file ID",
help="(file only) extract Google Drive's file ID",
)
parser.add_argument(
"--id",
Expand Down

0 comments on commit 512570f

Please sign in to comment.