Browse Source

doc: Fix config example

Serj Kalichev 11 months ago
parent
commit
16c665c81b
1 changed files with 3 additions and 1 deletions
  1. 3 1
      docs/klish-plugin-sysrepo.ru.md

+ 3 - 1
docs/klish-plugin-sysrepo.ru.md

@@ -560,9 +560,11 @@ test
 <PLUGIN name="sysrepo">
 	ShowBrackets = y
 	ShowSemicolons = y
+	KeysWithStatement = y
 	FirstKeyWithStatement = n
-	MultiKeysWithStatement = y
 	Colorize = y
 	Indent = 2
+	HidePasswords = y
+	DefaultKeys = y
 </PLUGIN>
 ```