1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-05 12:06:12 +02:00

Fixed typos in mv (promt -> prompt)

This commit is contained in:
Delapouite 2014-02-10 09:51:10 +01:00
parent 41ae4ab605
commit c581b2c074

View file

@ -6,11 +6,11 @@
`mv {{source}} {{target}}` `mv {{source}} {{target}}`
- Do not promt for confirmation before overwriting existing files - Do not prompt for confirmation before overwriting existing files
`mv -f {{source}} {{target}}` `mv -f {{source}} {{target}}`
- Do not promt for confirmation before overwriting existing files but write to standard error before overriding - Do not prompt for confirmation before overwriting existing files but write to standard error before overriding
`mv -fi {{source}} {{target}}` `mv -fi {{source}} {{target}}`