]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #33234 - TomasHubelbauer:TomasHubelbauer-patch-1, r=GuillaumeGomez
authorSteve Klabnik <steve@steveklabnik.com>
Thu, 28 Apr 2016 13:51:44 +0000 (09:51 -0400)
committerSteve Klabnik <steve@steveklabnik.com>
Thu, 28 Apr 2016 13:51:44 +0000 (09:51 -0400)
Fix use of the `move` command in the Windows shell

`move` works both in `cmd` and in Powershell. `mv` works only in Powershell and the book says nothing about which shell is recommended so this could confuse beginners.

Closes #33219.


Trivial merge