diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 12:13:44 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-17 12:38:06 -0400 |
commit | cef39735f61326b6a29665849a48f8b419552971 (patch) | |
tree | b2377fdbe631bdc280798cf0395f5d1bccb436e9 | |
parent | 6891b713cbe8670a18e489a4c2ca8d0e0c46f6a8 (diff) |
system/fslint: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
-rw-r--r-- | system/fslint/README | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/system/fslint/README b/system/fslint/README index 4cfb1c731a3e2..6b20915457072 100644 --- a/system/fslint/README +++ b/system/fslint/README @@ -1,6 +1,6 @@ -FSlint is a utility to find and clean various forms of lint on a filesystem. -I.E. unwanted or problematic cruft in your files or file names. -For example, one form of lint it finds is duplicate files. +FSlint is a utility to find and clean various forms of lint on a +filesystem. I.E. unwanted or problematic cruft in your files or file +names. For example, one form of lint it finds is duplicate files. It has both GUI and command line modes. To access the command line tools one can cd to, or add to $PATH the |