From 598c2e3f1498a7e590ed764de7026cfed69ded71 Mon Sep 17 00:00:00 2001 From: Dan Davison Date: Fri, 23 Apr 2021 13:20:16 -0400 Subject: Deprecate --24-bit-color, replacing with --true-color (#571) Fixes #567 --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.rs') diff --git a/src/main.rs b/src/main.rs index aa7927cb..c687346b 100644 --- a/src/main.rs +++ b/src/main.rs @@ -197,7 +197,7 @@ fn show_config(config: &config::Config, writer: &mut dyn Write) -> std::io::Resu // Everything else writeln!( writer, - " 24-bit-color = {true_color} + " true-color = {true_color} file-added-label = {file_added_label} file-modified-label = {file_modified_label} file-removed-label = {file_removed_label} -- cgit v1.2.3