From ce162db07f03495bd333696e66883c8f36abdc1e Mon Sep 17 00:00:00 2001 From: Jia Tan Date: Sun, 24 Sep 2023 22:05:02 +0800 Subject: 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. --- doc/examples/01_compress_easy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/examples/01_compress_easy.c') 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); } -- cgit v1.2.3