From 2e02bbec383d719a83c5a5193e7f8cd1e07cae12 Mon Sep 17 00:00:00 2001 From: Catherine Noll Date: Sat, 27 Mar 2021 22:13:14 -0400 Subject: 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 ae831202..420c5be5 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. -- cgit v1.2.3