diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-04-11 23:20:51 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-04-11 23:20:51 +0000 |
commit | f39cfcd9adcefbdb655ad8f631ce39633bb3048b (patch) | |
tree | 57f1d4fc9fd2dfc9ca2a7d1bdd63fc6b60dd420f /sys-apps/less | |
parent | Add KDE 4.2.2 (diff) | |
download | gentoo-2-f39cfcd9adcefbdb655ad8f631ce39633bb3048b.tar.gz gentoo-2-f39cfcd9adcefbdb655ad8f631ce39633bb3048b.tar.bz2 gentoo-2-f39cfcd9adcefbdb655ad8f631ce39633bb3048b.zip |
document possible values of LESSCOLOR
Diffstat (limited to 'sys-apps/less')
-rw-r--r-- | sys-apps/less/files/lesspipe.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/less/files/lesspipe.sh b/sys-apps/less/files/lesspipe.sh index dc378db53029..afa7dc992efb 100644 --- a/sys-apps/less/files/lesspipe.sh +++ b/sys-apps/less/files/lesspipe.sh @@ -229,7 +229,7 @@ if [[ -z $1 ]] ; then echo "Usage: lesspipe.sh <file>" elif [[ $1 == "-V" || $1 == "--version" ]] ; then Id="cvsid" - cvsid="$Id: lesspipe.sh,v 1.34 2009/03/13 06:06:29 vapier Exp $" + cvsid="$Id: lesspipe.sh,v 1.35 2009/04/11 23:20:51 vapier Exp $" cat <<-EOF $cvsid Copyright 2001-2009 Gentoo Foundation @@ -246,7 +246,7 @@ elif [[ $1 == "-h" || $1 == "--help" ]] ; then Usage: lesspipe.sh <file> lesspipe.sh specific settings: - LESSCOLOR env - toggle colorizing of output + LESSCOLOR env - toggle colorizing of output (no/yes/always) LESSCOLORIZER env - program used to colorize output (default: code2color) LESSIGNORE - list of extensions to ignore (don't do anything fancy) |