From b9c556a0b606d07313787a8039604501afc50d36 Mon Sep 17 00:00:00 2001 From: ms2300 Date: Sun, 9 Sep 2018 18:35:40 -0600 Subject: [PATCH] Updated long help to reflect BAT_STYLE changes --- src/app.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app.rs b/src/app.rs index 5fd71c6b..83ffc4f2 100644 --- a/src/app.rs +++ b/src/app.rs @@ -182,7 +182,8 @@ impl App { borders, Git modifications, ..) to display in addition to the \ file contents. The argument is a comma-separated list of \ components to display (e.g. 'numbers,changes,grid') or a \ - pre-defined style ('full')", + pre-defined style ('full'). To set a default theme, export the \ + BAT_STYLE environment variable (e.g.: export BAT_STYLE=\"numbers\").", ), ).arg( Arg::with_name("plain")