From c8cfcd1bbf1c1a993c003e1caf7accc1eba6e5f8 Mon Sep 17 00:00:00 2001 From: Robert Clausecker Date: Tue, 20 Mar 2012 10:49:55 +0100 Subject: [PATCH] Fix mistake in tigrc: line-graphic expects utf8, not utf-8 Signed-off-by: Jonas Fonseca --- tigrc.5.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tigrc.5.txt b/tigrc.5.txt index 636db59..def54d1 100644 --- a/tigrc.5.txt +++ b/tigrc.5.txt @@ -104,7 +104,7 @@ The following variables can be set: is ignored when tig is started in blame mode and given blame options on the command line. -'line-graphics' (mixed) [ "ascii" | "default" | "utf-8" | bool]:: +'line-graphics' (mixed) [ "ascii" | "default" | "utf8" | bool]:: What type of character graphics for line drawing. -- 2.11.4.GIT