Fixed copy and paste errror. Fixes #10
This commit is contained in:
parent
a2f235e32f
commit
0ed7500be9
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue