From 0ed7500be9ebc39aa160b2bcce450f4438b528c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20K=C3=B6ritz?= Date: Tue, 27 Apr 2021 10:41:27 +0200 Subject: [PATCH] Fixed copy and paste errror. Fixes #10 --- actioncam.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actioncam.go b/actioncam.go index 7a9973b..f739a2e 100644 --- a/actioncam.go +++ b/actioncam.go @@ -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()