aboutsummaryrefslogtreecommitdiff
path: root/doc/examples/01_compress_easy.c
diff options
context:
space:
mode:
authorJia Tan <jiat0218@gmail.com>2023-09-24 22:05:02 +0800
committerJia Tan <jiat0218@gmail.com>2023-09-24 22:05:02 +0800
commitce162db07f03495bd333696e66883c8f36abdc1e (patch)
tree5b616e77943d6a232d5942dfe78deb7afe17d5b2 /doc/examples/01_compress_easy.c
parentlib: Silence -Wsign-conversion in getopt.c. (diff)
downloadxz-ce162db07f03495bd333696e66883c8f36abdc1e.tar.xz
Docs: Change quoting style from `...' to '...'.
These days the ` and ' do not look symmetric. This quoting style has been changed in various apps over the years including the GNU tools.
Diffstat (limited to 'doc/examples/01_compress_easy.c')
-rw-r--r--doc/examples/01_compress_easy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples/01_compress_easy.c b/doc/examples/01_compress_easy.c
index ec32a379..132a1bdf 100644
--- a/doc/examples/01_compress_easy.c
+++ b/doc/examples/01_compress_easy.c
@@ -27,7 +27,7 @@ show_usage_and_exit(const char *argv0)
{
fprintf(stderr, "Usage: %s PRESET < INFILE > OUTFILE\n"
"PRESET is a number 0-9 and can optionally be "
- "followed by `e' to indicate extreme preset\n",
+ "followed by 'e' to indicate extreme preset\n",
argv0);
exit(EXIT_FAILURE);
}