diff --git a/b2/_internal/console_tool.py b/b2/_internal/console_tool.py index b5e4e0089..ba51cda8e 100644 --- a/b2/_internal/console_tool.py +++ b/b2/_internal/console_tool.py @@ -2173,10 +2173,9 @@ class AbstractLsCommand(Command, metaclass=ABCMeta): The --include and --exclude flags can be used to filter the files returned from the server using wildcards. You can specify multiple --include and --exclude filters. - The order of filters matters. The *last* - matching filter decides whether a file is included or excluded. If the - given list of filters contains only INCLUDE filters, then it is assumed - that all files are excluded by default. + The order of filters matters. The *last* matching filter decides whether a file + is included or excluded. If the given list of filters contains only INCLUDE filters, + then it is assumed that all files are excluded by default. """ @classmethod