diff options
author | Jia Tan <jiat0218@gmail.com> | 2023-09-24 22:10:18 +0800 |
---|---|---|
committer | Jia Tan <jiat0218@gmail.com> | 2023-09-24 22:10:18 +0800 |
commit | eaebdef4d4de3c088b0905f42626b74e0d23abf3 (patch) | |
tree | 799273a0a11b6693ac0c5a9be464f902d48e4154 /src/xz/main.c | |
parent | liblzma: Change quoting style from `...' to '...'. (diff) | |
download | xz-eaebdef4d4de3c088b0905f42626b74e0d23abf3.tar.xz |
xz: Change quoting style from `...' to '...'.
Diffstat (limited to 'src/xz/main.c')
-rw-r--r-- | src/xz/main.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xz/main.c b/src/xz/main.c index c9c3deca..f0c2194c 100644 --- a/src/xz/main.c +++ b/src/xz/main.c @@ -119,8 +119,8 @@ read_name(const args_info *args) // newlines. message_error(_("%s: Null character found when " "reading filenames; maybe you meant " - "to use `--files0' instead " - "of `--files'?"), args->files_name); + "to use '--files0' instead " + "of '--files'?"), args->files_name); return NULL; } |