Explorar el Código

doc: Fix config example

Serj Kalichev hace 1 año
padre
commit
16c665c81b
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  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>
 ```