mirror of
https://github.com/nushell/nushell.git
synced 2025-06-30 06:30:08 +02:00
Update mv.rs
This commit is contained in:
@ -26,7 +26,7 @@ impl Command for Mv {
|
||||
)
|
||||
.required(
|
||||
"destination",
|
||||
SyntaxShape::FilePath,
|
||||
SyntaxShape::Filepath,
|
||||
"the location to move files/directories to",
|
||||
)
|
||||
}
|
||||
|
Reference in New Issue
Block a user