sbase

suckless unix tools
git clone git://git.2f30.org/sbase
Log | Files | Refs | README | LICENSE

commit 2773bdaac7815254039d4ec6be703e76b6e2e7b6
parent fe62ed0d48b8cf7e4af9b029276f38a35ae87363
Author: Daniel Bainton <dpb@driftaway.org>
Date:   Wed, 19 Feb 2014 12:27:49 +0000

add the man entry for ls -F

Diffstat:
Mls.1 | 5++++-
1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/ls.1 b/ls.1 @@ -3,7 +3,7 @@ ls \- list directory contents .SH SYNOPSIS .B ls -.RB [ \-adiltU ] +.RB [ \-adFiltU ] .RI [ file ...] .SH DESCRIPTION .B ls @@ -17,6 +17,9 @@ shows hidden files (those beginning with '.'). .B \-d lists directories themselves, not their contents. .TP +.B \-F +append a file type indicator to files. +.TP .B \-i print the index number of each file. .TP