Skip to content

Commit cacf58d

Browse files
Paolo CalaoGiuseppe Lumia
andauthored
Update cli/device/list.go
Co-authored-by: Giuseppe Lumia <[email protected]>
1 parent f3bcc61 commit cacf58d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cli/device/list.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@ func initListCommand() *cobra.Command {
3939
Long: "List devices on Arduino IoT Cloud",
4040
Run: runListCommand,
4141
}
42-
// list only the devices that have all the passed tags
4342
listCommand.Flags().StringToStringVar(
4443
&listFlags.tags,
4544
"tags",
4645
nil,
47-
"List of comma-separated tags. A tag has this format: <key>=<value>",
46+
"Comma-separated list of tags with format <key>=<value>.\n"+
47+
"List only devices that match the provided tags.",
4848
)
4949
return listCommand
5050
}

0 commit comments

Comments
 (0)