From eaebdef4d4de3c088b0905f42626b74e0d23abf3 Mon Sep 17 00:00:00 2001 From: Jia Tan Date: Sun, 24 Sep 2023 22:10:18 +0800 Subject: xz: Change quoting style from `...' to '...'. --- src/xz/options.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/xz/options.c') 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. -- cgit v1.2.3