summaryrefslogtreecommitdiffstats
path: root/src/main.rs
diff options
context:
space:
mode:
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 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."
),
)