fix: fix typo
This commit is contained in:
parent
9c791f84c1
commit
5467f17707
|
@ -56,7 +56,7 @@ impl Command for UMv {
|
||||||
.switch("interactive", "prompt before overwriting", Some('i'))
|
.switch("interactive", "prompt before overwriting", Some('i'))
|
||||||
.switch(
|
.switch(
|
||||||
"update",
|
"update",
|
||||||
"move and overwite only when the SOURCE file is newer than the destination file or when the destination file is missing",
|
"move and overwrite only when the SOURCE file is newer than the destination file or when the destination file is missing",
|
||||||
Some('u')
|
Some('u')
|
||||||
)
|
)
|
||||||
.switch("no-clobber", "do not overwrite an existing file", Some('n'))
|
.switch("no-clobber", "do not overwrite an existing file", Some('n'))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user