Fixed incorrect indent level.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Sun, 25 Dec 2022 17:30:09 +0200
changeset 2543 a1103b02f8f3
parent 2542 79885bc317d2
child 2544 c09e94de5ec5
Fixed incorrect indent level.
wsl.rst
--- a/wsl.rst	Mon Nov 28 22:54:05 2022 +0200
+++ b/wsl.rst	Sun Dec 25 17:30:09 2022 +0200
@@ -53,18 +53,18 @@
 
    * List distros::
 
-     wslconfig /l
-     wslconfig /list
+       wslconfig /l
+       wslconfig /list
 
    * Set default distro::
 
-     wslconfig /s debian
-     wslconfig /setdefault debian
+       wslconfig /s debian
+       wslconfig /setdefault debian
 
    * Terminate any running parts of distro::
 
-     wslconfig /t debian
-     wslconfig /terminate debian
+       wslconfig /t debian
+       wslconfig /terminate debian
 
 Installing WSL distor second time
 =================================