change order of session list commands
[mirror/dsa-wiki.git] / input / doc / schroot.mdwn
index 9f6ce52..80ca83b 100644 (file)
@@ -13,7 +13,7 @@ When logging into Debian porterbox machine:
        # Pick your own session name:
        $ echo -n "Session ID: " && read sessionid && schroot -b -c sid -n $sessionid
        # or use a random one:
-       $ sessionid=$(schroot -b -c sid  # set sessionid)
+       $ sessionid=$(schroot -b -c sid)
 </code></pre>
 
 * Update and upgrade Debian unstable chroot:
@@ -52,9 +52,9 @@ When logging into Debian porterbox machine:
 
 * List (your) open sessions:
 <pre><code>
-       $ schroot --list --all-sessions
-or
        $ schroot-list-sessions
+or
+       $ schroot --list --all-sessions
 </code></pre>
 
 * You should be done by now. If you find any issue, please report to debian-admin@lists.debian.org.