forked from len0rd/rockbox
COV352716: Inproperly concatenated help text (very minor issue)
Change-Id: Id8393bd456e93215208c314ab72e0f3b710b3610
This commit is contained in:
parent
b752f3f964
commit
a61c146e36
1 changed files with 1 additions and 1 deletions
|
|
@ -1012,7 +1012,7 @@ static void show_help(void)
|
|||
"Introduction", "",
|
||||
"This", "plugin", "allows", "you", "to", "generate", "one-time", "passwords", "to", "provide", "a", "second", "factor", "of", "authentication", "for", "services", "that", "support", "it.",
|
||||
"It", "suppports", "both", "event-based", "(HOTP),", "and", "time-based", "(TOTP)", "password", "schemes.",
|
||||
"In", "order", "to", "ensure", "proper", "functioning", "of", "time-based", "passwords", "ensure", "that", "the", "clock", "is", "accurate", "to", "within", "30", "seconds", "of", "actual", "time."
|
||||
"In", "order", "to", "ensure", "proper", "functioning", "of", "time-based", "passwords", "ensure", "that", "the", "clock", "is", "accurate", "to", "within", "30", "seconds", "of", "actual", "time.",
|
||||
"Note", "that", "some", "devices", "lack", "a", "real-time", "clock,", "so", "time-based", "passwords", "are", "not", "supported", "on", "those", "targets." };
|
||||
|
||||
struct style_text style[] = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue