aboutsummaryrefslogtreecommitdiff
path: root/src/xz/options.c
diff options
context:
space:
mode:
authorJia Tan <jiat0218@gmail.com>2023-09-24 22:10:18 +0800
committerJia Tan <jiat0218@gmail.com>2023-09-24 22:10:18 +0800
commiteaebdef4d4de3c088b0905f42626b74e0d23abf3 (patch)
tree799273a0a11b6693ac0c5a9be464f902d48e4154 /src/xz/options.c
parentliblzma: Change quoting style from `...' to '...'. (diff)
downloadxz-eaebdef4d4de3c088b0905f42626b74e0d23abf3.tar.xz
xz: Change quoting style from `...' to '...'.
Diffstat (limited to 'src/xz/options.c')
-rw-r--r--src/xz/options.c2
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.