diff options
author | Solomon Peachy <pizza@shaftnet.org> | 2024-12-10 13:27:06 -0500 |
---|---|---|
committer | Solomon Peachy <pizza@shaftnet.org> | 2024-12-10 23:11:48 -0500 |
commit | a61c146e360142d7ba866852a5a5642c900fb7a4 (patch) | |
tree | 15ed71cc42e2e0588b6cad4a68a495e633f0cb61 | |
parent | b752f3f9643ec70c40390befd8435b32937222f0 (diff) | |
download | rockbox-a61c146e36.tar.gz rockbox-a61c146e36.zip |
COV352716: Inproperly concatenated help text (very minor issue)
Change-Id: Id8393bd456e93215208c314ab72e0f3b710b3610
-rw-r--r-- | apps/plugins/otp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/otp.c b/apps/plugins/otp.c index 356e1e5eb6..0983e78cd0 100644 --- a/apps/plugins/otp.c +++ b/apps/plugins/otp.c @@ -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[] = { |