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/options.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/options.c')
-rw-r--r-- | src/xz/options.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xz/options.c b/src/xz/options.c index 4d5e899c..618a50f7 100644 --- a/src/xz/options.c +++ b/src/xz/options.c @@ -83,7 +83,7 @@ parse_options(const char *str, const option_map *opts, *value++ = '\0'; if (value == NULL || value[0] == '\0') - message_fatal(_("%s: Options must be `name=value' " + message_fatal(_("%s: Options must be 'name=value' " "pairs separated with commas"), str); // Look for the option name from the option map. |