From 26f33d001ae37d357a3107ad63d3916d5f6940d3 Mon Sep 17 00:00:00 2001 From: Nour El Mawass Date: Wed, 8 Feb 2023 15:11:45 +0100 Subject: [PATCH] Add requirements.in to the help message --- fawltydeps/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fawltydeps/main.py b/fawltydeps/main.py index e69844df..852f45d7 100644 --- a/fawltydeps/main.py +++ b/fawltydeps/main.py @@ -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)" ), )