diff --git a/src/poetry_plugin_export/command.py b/src/poetry_plugin_export/command.py index 4f27578..5a86acf 100644 --- a/src/poetry_plugin_export/command.py +++ b/src/poetry_plugin_export/command.py @@ -81,10 +81,9 @@ def handle(self) -> int: if not locker.is_fresh(): self.line_error( "" - "Warning: The lock file is not up to date with " - "the latest changes in pyproject.toml. " - "You may be getting outdated dependencies. " - "Run update to update them." + "Warning: poetry.lock is not consistent with pyproject.toml. " + "You may be getting improper dependencies. " + "Run `poetry lock [--no-update]` to fix it." "" )