mirror of
https://github.com/nushell/nushell
synced 2024-11-11 07:34:14 +00:00
Update mv.rs
This commit is contained in:
parent
1b96da5e5b
commit
80e7a8d594
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ impl Command for Mv {
|
|||
)
|
||||
.required(
|
||||
"destination",
|
||||
SyntaxShape::FilePath,
|
||||
SyntaxShape::Filepath,
|
||||
"the location to move files/directories to",
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue