diff --git a/borg/xattr.py b/borg/xattr.py index 0099a2ad9..7a4a7ae92 100644 --- a/borg/xattr.py +++ b/borg/xattr.py @@ -1,5 +1,5 @@ -"""A basic extended attributes (xattr) implementation for Linux and MacOS X -""" +"""A basic extended attributes (xattr) implementation for Linux, FreeBSD and MacOS X.""" + import errno import os import re