mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-25 17:59:25 +01: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…
Reference in New Issue
Block a user