summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorØyvind A. Holm <sunny@sunbase.org>2019-07-05 15:22:04 +0200
committerJohn MacFarlane <jgm@berkeley.edu>2019-07-05 15:22:04 +0200
commit4cc902add66a152becf73ba35a89e4e8b39aa657 (patch)
tree1e4119fb99f6e9d1074f91b3c5e02949befd8b27 /src
parent8181cd0f134dff7e400ba93b5039089b113b0d3c (diff)
print_usage(): Minor grammar fix, swap two words (#305)
Diffstat (limited to 'src')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index ab0d93c..8454c79 100644
--- a/src/main.c
+++ b/src/main.c
@@ -39,7 +39,7 @@ void print_usage() {
printf(" --nobreaks Render soft line breaks as spaces\n");
printf(" --unsafe Render raw HTML and dangerous URLs\n");
printf(" --smart Use smart punctuation\n");
- printf(" --validate-utf8 Replace UTF-8 invalid sequences with U+FFFD\n");
+ printf(" --validate-utf8 Replace invalid UTF-8 sequences with U+FFFD\n");
printf(" --help, -h Print usage information\n");
printf(" --version Print version\n");
}