Format Windows console examples with doscon or powershell

This commit is contained in:
Andrew Janke
2018-12-18 00:48:19 -05:00
parent 5187d5801d
commit d200bf04f8
3 changed files with 12 additions and 7 deletions
+4 -1
View File
@@ -109,7 +109,10 @@ Command line examples:
$ run command --help
$ ls ..
Be sure to include the ``$`` prefix before each line.
Be sure to include the ``$`` prefix before each line for Unix console examples.
For Windows console examples, use ``doscon`` or ``powershell`` instead of
``console``, and omit the ``$`` prefix.
Python interpreter examples: