Update mv.rs

This commit is contained in:
JT 2021-10-05 16:58:49 +13:00 committed by GitHub
parent 1b96da5e5b
commit 80e7a8d594
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,7 +26,7 @@ impl Command for Mv {
)
.required(
"destination",
SyntaxShape::FilePath,
SyntaxShape::Filepath,
"the location to move files/directories to",
)
}