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
1 changed files with 1 additions and 1 deletions

View File

@ -516,7 +516,7 @@ static void list_cmd_options(void)
display(MARGIN "--%-*s%s\n", 48, COMMAND_OPTION_PASSPHRASE,
"Provide passphrase");
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");
display(MARGIN "--%-*s%s\n", 48, "help", "Display help");
}