Update mv.rs

This commit is contained in:
JT
2021-10-05 16:58:49 +13:00
committed by GitHub
parent 1b96da5e5b
commit 80e7a8d594

View File

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