mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2025-05-07 18:57:27 +02:00
client: fix use of non-ascii apostrophe
This commit is contained in:
parent
ede2c11d66
commit
e1ceafde3a
@ -516,7 +516,7 @@ static void list_cmd_options(void)
|
|||||||
display(MARGIN "--%-*s%s\n", 48, COMMAND_OPTION_PASSPHRASE,
|
display(MARGIN "--%-*s%s\n", 48, COMMAND_OPTION_PASSPHRASE,
|
||||||
"Provide passphrase");
|
"Provide passphrase");
|
||||||
display(MARGIN "--%-*s%s\n", 48, COMMAND_OPTION_DONTASK,
|
display(MARGIN "--%-*s%s\n", 48, COMMAND_OPTION_DONTASK,
|
||||||
"Don’t ask for missing\n"
|
"Don't ask for missing\n"
|
||||||
"\t\t\t\t\t\t credentials");
|
"\t\t\t\t\t\t credentials");
|
||||||
display(MARGIN "--%-*s%s\n", 48, "help", "Display help");
|
display(MARGIN "--%-*s%s\n", 48, "help", "Display help");
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user