summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2022-04-28 08:06:59 -0700
committerGitHub <noreply@github.com>2022-04-28 08:06:59 -0700
commit13aea2160b29d3eda87b614a6fca9ad873e44e11 (patch)
treee0255d8d8a7a2041e51078f54c2820f8455bc467
parent310cbe66275e8df6dd2ddd2ff40149c8b5d00453 (diff)
downloadxattr-13aea2160b29d3eda87b614a6fca9ad873e44e11.tar.gz
Clarifications to the README update
-rw-r--r--README.rst7
1 files changed, 6 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index b94cfc0..597d830 100644
--- a/README.rst
+++ b/README.rst
@@ -4,7 +4,12 @@ xattr
.. image:: https://travis-ci.org/xattr/xattr.svg?branch=master
:target: https://travis-ci.org/xattr/xattr
-xattr is a Python script wrapper for viewing and editing extended filesystem attributes on the command line. It is provided as an alternative to getfattr, setfattr, etc. for Unix-y environments that don't have those.
+xattr is a Python wrapper for extended filesystem attributes.
+
+xattr also ships with an `xattr` command line tool for viewing and
+editing extended filesystem attributes. On platforms that support or
+ship with the attr package, you may prefer to use the `getfattr`
+and `setfattr` command line tools from the attr package.
Extended attributes extend the basic attributes of files and directories
in the file system. They are stored as name:data pairs associated with