summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsharif <61516383+sharifhsn@users.noreply.github.com>2023-06-13 15:21:21 -0400
committerSharif Haason <ssh128@scarletmail.rutgers.edu>2023-12-10 13:21:23 -0500
commit78477a90c988fe2976909472e5b9b8e605a87570 (patch)
tree755801144acc053ea0505e86662de94f37c3118b
parent9362c2313abb1c6fd4aa2e84f08fab1bb6951b0b (diff)
Close quotation in help text
Co-authored-by: David Peter <sharkdp@users.noreply.github.com>
-rw-r--r--src/main.rs2
1 files changed, 1 insertions, 1 deletions
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."
),
)