server: target invalid

This commit is contained in:
Michael Yang 2024-05-01 12:39:05 -07:00
parent a3e60d9058
commit 45b6a12e45
2 changed files with 4 additions and 7 deletions

View file

@ -1125,7 +1125,7 @@ Environment Variables:
RunE: ListHandler,
}
copyCmd := &cobra.Command{
Use: "cp SOURCE TARGET",
Use: "cp SOURCE DESTINATION",
Short: "Copy a model",
Args: cobra.ExactArgs(2),
PreRunE: checkServerHeartbeat,