diff options
author | Alexander Hajnal <trinitydesktop@alephnull.net> | 2022-12-21 23:02:18 -0500 |
---|---|---|
committer | Alexander Hajnal <trinitydesktop@alephnull.net> | 2022-12-21 23:02:18 -0500 |
commit | 7ac93c4b96d5f4d81ddf267d39b15f6cfb015aa7 (patch) | |
tree | ebbbea03a03f3b4f13759089a05a07bc32a32488 | |
parent | c383a347ea1ca630aabaf15242f7bcdaf10632c9 (diff) | |
download | tdelibs-7ac93c4b96d5f4d81ddf267d39b15f6cfb015aa7.tar.gz tdelibs-7ac93c4b96d5f4d81ddf267d39b15f6cfb015aa7.zip |
Update README.xattr: fixed typos
Signed-off-by: Alexander Hajnal <trinitydesktop@alephnull.net>
-rw-r--r-- | tdeio/tdeio/README.xattr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeio/tdeio/README.xattr b/tdeio/tdeio/README.xattr index 8e18f529a..90e924c12 100644 --- a/tdeio/tdeio/README.xattr +++ b/tdeio/tdeio/README.xattr @@ -35,7 +35,7 @@ To test the code build and install it[8] then run the following from the commandline in e.g. Konsole: $ cd PATH_SUPPORTING_USER_XATTRS_AT_THE_FILESYSTEM_LEVEL - $ touch test + $ touch attr_test $ setfattr -n "user.AttributeName" -v "Attribute value" attr_test $ kfmclient copy attr_test attr_test.copy $ getfattr -d attr_test* |