mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
Fixed typos in mv (promt -> prompt)
This commit is contained in:
parent
41ae4ab605
commit
c581b2c074
1 changed files with 2 additions and 2 deletions
|
@ -6,11 +6,11 @@
|
|||
|
||||
`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}}`
|
||||
|
||||
- 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}}`
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue