Pārlūkot izejas kodu

Merge branch 'develop' of https://github.com/donnm/pwman3 into develop

Donn Morrison 7 gadi atpakaļ
vecāks
revīzija
a5f8157ef8
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -67,12 +67,12 @@ You can also install PWMAN3 using python pip:
       ...
       cls_timeout = 10
       ```
-      To disable the automatic 'clear screen' functionality set `cls_timeout` to a negative integer. 
+      To disable the automatic 'clear screen' functionality set `cls_timeout` to 0. 
 
       ```
       [Global]
       ...
-      cls_timeout = -1
+      cls_timeout = 0
       ```
  * making a password from the numeric character and the alphabet character ([A-Za-z0-9]).