Skip to content

Commit

Permalink
Clearer instructions for --suppress-deprecation
Browse files Browse the repository at this point in the history
Signed-off-by: Carmen Bianca BAKKER <carmenbianca@fsfe.org>
  • Loading branch information
carmenbianca committed Apr 8, 2024
1 parent daaea7c commit 5687a88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/reuse/project.py
Original file line number Diff line number Diff line change
Expand Up @@ -293,8 +293,8 @@ def reuse_info_of(self, path: StrPath) -> List[ReuseInfo]:
" and you will need to explicitly enable aggregation."
" See"
" <https://github.com/fsfe/reuse-tool/issues/779>. You"
" need do nothing yet. Run with"
" `--suppress-deprecation` to hide this warning."
" need do nothing yet. Run "
" `reuse --suppress-deprecation lint` to hide this warning."
).format(
original_path=original_path,
path=path,
Expand Down

0 comments on commit 5687a88

Please sign in to comment.