diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-15 11:46:37 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-17 12:38:17 -0400 |
commit | 1d542baf0fd0f4361d7b8b2d0bbf1d15282e0d55 (patch) | |
tree | ba6280fd694863205ce253a201450ec2430aae8c /system/kc | |
parent | 82cf566d1fadb788bb839d447673d500670c7f4e (diff) |
system/kc: Remove tabs from README.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'system/kc')
-rw-r--r-- | system/kc/README | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/system/kc/README b/system/kc/README index 7c531e8eb1e27..ea03c74baeffd 100644 --- a/system/kc/README +++ b/system/kc/README @@ -14,8 +14,8 @@ Features include (but not limited to): * clean and simple CLI with command and keychain completion This SlackBuild has build options to control some of its behavior: -LIBSCRYPT: If this variable is set, kc will be built with scrypt - encrypted passwords support. It needs the libscrypt library - for this, that is also available from SBo. -EDITLINE: If this variable is set, kc will use editline for its - command line interface; otherwise, readline will be used. +LIBSCRYPT: If this variable is set, kc will be built with scrypt + encrypted passwords support. It needs the libscrypt library + for this, that is also available from SBo. +EDITLINE: If this variable is set, kc will use editline for its + command line interface; otherwise, readline will be used. |