We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 965a70f commit e1582e7Copy full SHA for e1582e7
cli/board/list.go
@@ -42,7 +42,7 @@ func initListCommand() *cobra.Command {
42
}
43
44
listCommand.Flags().StringVar(&listFlags.timeout, "timeout", "0s",
45
- "The timeout of the search of connected devices, try to increase it if your board is not found (e.g. to 10s).")
+ "The connected devices search timeout, raise it if your board doesn't show up (e.g. to 10s).")
46
return listCommand
47
48
0 commit comments