Skip to content

Commit

Permalink
Add requirements.in to the help message
Browse files Browse the repository at this point in the history
  • Loading branch information
Nour-Mws committed Feb 9, 2023
1 parent 0617c33 commit 26f33d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fawltydeps/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ def main() -> int:
default=Path("."),
help=(
"Where to find dependency declarations (file or directory, defaults"
" to looking for requirements.txt/.in/setup.py/setup.cfg/pyproject.toml"
" to looking for requirements.txt/requirements.in/setup.py/setup.cfg/pyproject.toml"
" in the current directory)"
),
)
Expand Down

0 comments on commit 26f33d0

Please sign in to comment.