From 78477a90c988fe2976909472e5b9b8e605a87570 Mon Sep 17 00:00:00 2001 From: sharif <61516383+sharifhsn@users.noreply.github.com> Date: Tue, 13 Jun 2023 15:21:21 -0400 Subject: Close quotation in help text Co-authored-by: David Peter --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 8281b55..cbf452b 100644 --- a/src/main.rs +++ b/src/main.rs @@ -220,7 +220,7 @@ fn run() -> Result<()> { .default_value("ascii-only") .help( "The character table that should be used. 'ascii-only' \ - will show dots for non-ASCII characters, and 'codepage-437 \ + will show dots for non-ASCII characters, and 'codepage-437' \ will use Code page 437 for those characters." ), ) -- cgit v1.2.3