]> git.lizzy.rs Git - rust.git/commit
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)
commitb9dd8aa4c291ce464655735802e68b26fe9c6862
tree3aa82f881f4b75f3ea47b8250c8b121a501511ca
parent68f7fc52fdeffdec18d161ba995427d0cce53503
parente6b9760df21f580e8210f97c01a957a91eeb91b5
Rollup merge of #33234 - TomasHubelbauer:TomasHubelbauer-patch-1, r=GuillaumeGomez

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.