summaryrefslogtreecommitdiffstats
path: root/src/main.rs
diff options
context:
space:
mode:
authorDan Davison <dandavison7@gmail.com>2021-04-23 13:20:16 -0400
committerGitHub <noreply@github.com>2021-04-23 13:20:16 -0400
commit598c2e3f1498a7e590ed764de7026cfed69ded71 (patch)
treeeaead594f0486a8085931589a0afa8be07cd2591 /src/main.rs
parent535ba79da0456bb4c3c1e20bb8dfb6456407b12c (diff)
Deprecate --24-bit-color, replacing with --true-color (#571)
Fixes #567
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs2
1 files changed, 1 insertions, 1 deletions
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}