mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
Use Unicode single quotes ‘’ in place of `' in strings throughout.
See: https://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
This commit is contained in:
@@ -100,7 +100,7 @@ static void __attribute__((noreturn))
|
||||
usage (int status)
|
||||
{
|
||||
if (status != EXIT_SUCCESS)
|
||||
fprintf (stderr, _("Try `%s --help' for more information.\n"),
|
||||
fprintf (stderr, _("Try ‘%s --help’ for more information.\n"),
|
||||
getprogname ());
|
||||
else {
|
||||
printf (_("%s: FUSE module for libguestfs\n"
|
||||
|
||||
Reference in New Issue
Block a user