fix: fix typo

This commit is contained in:
Embers-of-the-Fire 2024-08-01 09:28:26 +08:00
parent 9c791f84c1
commit 5467f17707

View File

@ -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'))