From f9e0110706aa689d969bdda27b62c16dea51b6ed Mon Sep 17 00:00:00 2001 From: Gus <fungilife@protonmail.com> Date: Wed, 29 Jan 2020 02:50:07 +0100 Subject: [PATCH] -n option of 66-intree should read differently, I think --- src/66/66-intree.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/66/66-intree.c b/src/66/66-intree.c index e20dfe9e..2a4cdfa4 100644 --- a/src/66/66-intree.c +++ b/src/66/66-intree.c @@ -92,7 +92,7 @@ static inline void info_help (void) " -v: increase/decrease verbosity\n" " -l: live directory\n" " -c: use color\n" -" -n: do not display the field name\n" +" -n: do not display the names of fields\n" " -o: comma separated list of field to display\n" " -g: displays the contents field as graph\n" " -d: limit the depth of the contents field recursion\n" -- GitLab