From 874287b3eb0d5cb5a5a8ec1b6db2e31f8010f10d Mon Sep 17 00:00:00 2001 From: Catherine Noll Date: Sat, 27 Mar 2021 22:13:14 -0400 Subject: [PATCH] Fix typo in docstring --- src/options/theme.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/options/theme.rs b/src/options/theme.rs index ae831202d..420c5be57 100644 --- a/src/options/theme.rs +++ b/src/options/theme.rs @@ -66,7 +66,7 @@ fn is_no_syntax_highlighting_syntax_theme_name(theme_name: &str) -> bool { /// chosen for a light or dark terminal background. (`bat` has no equivalent.) /// /// Basically: -/// 1. The theme is specified by the `--theme` option. If this isn't supplied then it is specified +/// 1. The theme is specified by the `--syntax-theme` option. If this isn't supplied then it is specified /// by the `BAT_THEME` environment variable. /// 2. Light vs dark mode is specified by the `--light` or `--dark` options. If these aren't /// supplied then it is inferred from the chosen theme.