diff options
author | Jia Tan <jiat0218@gmail.com> | 2023-09-24 22:05:02 +0800 |
---|---|---|
committer | Jia Tan <jiat0218@gmail.com> | 2023-09-24 22:05:02 +0800 |
commit | ce162db07f03495bd333696e66883c8f36abdc1e (patch) | |
tree | 5b616e77943d6a232d5942dfe78deb7afe17d5b2 /doc/examples/01_compress_easy.c | |
parent | lib: Silence -Wsign-conversion in getopt.c. (diff) | |
download | xz-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.c | 2 |
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); } |