summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorleo-arch <leonardoabramovich2@gmail.com>2022-07-24 17:05:12 -0300
committerleo-arch <leonardoabramovich2@gmail.com>2022-07-24 17:05:12 -0300
commitf62086ce3253e4f087109eb797a20dbd493d6c43 (patch)
treed1906b39393b61951292771e28f1d9944470a872
parentaacf9fe533c38de9a3e2e4024f8e5e0585a777fb (diff)
Document Classify and FilesCounter options dependency
-rw-r--r--misc/clifm.1.pdfbin225058 -> 225056 bytes
-rw-r--r--misc/clifmrc2
-rw-r--r--misc/manpage2
3 files changed, 3 insertions, 1 deletions
diff --git a/misc/clifm.1.pdf b/misc/clifm.1.pdf
index a597d6ec..88e769cd 100644
--- a/misc/clifm.1.pdf
+++ b/misc/clifm.1.pdf
Binary files differ
diff --git a/misc/clifmrc b/misc/clifmrc
index 73b328d9..641c2e0c 100644
--- a/misc/clifmrc
+++ b/misc/clifmrc
@@ -27,6 +27,7 @@ ListDirsFirst=true
# when, for example, listing files on a remote server. The files counter
# can be disabled here, via the --no-files-counter option, or using the
# 'fc' command while in the program itself.
+# Note: Classify (see below) must be set to true.
FilesCounter=true
# If running with colors, append directory indicator to directories. If
@@ -41,6 +42,7 @@ FilesCounter=true
# Bear in mind that when running in light mode the check for executable
# files won't be performed, and thereby no indicator will be added to
# executable files.
+# Note: Setting this option to false disables the files counter.
Classify=true
# How to list files: 0 = vertically (like ls(1) would), 1 = horizontally
diff --git a/misc/manpage b/misc/manpage
index 16c5336f..fa501206 100644
--- a/misc/manpage
+++ b/misc/manpage
@@ -356,7 +356,7 @@ by default, \fBclifm\fR appends a file type indicator character to file names wh
=: sockets
*: executable files
?: unknown file type
-Use this option to disable this file type classification.
+Use this option to disable file type classification.
.TP
\fB\-\-no\-clear\-screen\fR
do not clear the screen before listing files