3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2024-10-04 10:29:03 +02:00

client: fix use of non-ascii apostrophe

This commit is contained in:
James Prestwood 2019-11-21 12:18:31 -08:00 committed by Denis Kenzior
parent ede2c11d66
commit e1ceafde3a

View File

@ -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,
"Dont 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");
} }