Fixed copy and paste errror. Fixes #10

This commit is contained in:
Jonas Köritz 2021-04-27 10:41:27 +02:00
parent a2f235e32f
commit 0ed7500be9

View file

@ -311,7 +311,7 @@ func main() {
var fetch = &cobra.Command{
Use: "fetch [Cameras IP Address]",
Short: "List files stored on the cameras SD-Card",
Short: "Download files from the cameras SD-Card",
Args: cobra.MaximumNArgs(1),
Run: func(cmd *cobra.Command, args []string) {
files, err := camera.GetFileList()