diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 12:18:29 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-17 12:38:07 -0400 |
commit | 55dfa3366c4a8dcd77c4a5c8c4b947862d953067 (patch) | |
tree | a4ed46acc03fc322128b6b19be7ae8ec8db13a34 /system/kc | |
parent | fc128b4b7f4afc511b0e84a31112f12bd9e4653c (diff) |
system/kc: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'system/kc')
-rw-r--r-- | system/kc/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/kc/README b/system/kc/README index 1c1122955c10..7c531e8eb1e2 100644 --- a/system/kc/README +++ b/system/kc/README @@ -1,5 +1,5 @@ -kc is a console based password storing application using an encrypted XML -document as its database. +kc is a console based password storing application using an encrypted +XML document as its database. Features include (but not limited to): * fixed string or regex based search (if compiled with pcre) |