Ver código fonte

doc: Fix config example

Serj Kalichev 1 ano atrás
pai
commit
16c665c81b
1 arquivos alterados com 3 adições e 1 exclusões
  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>
 ```