Skip to content

Commit e1582e7

Browse files
author
rsora
committed
Fix board list help message
1 parent 965a70f commit e1582e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/board/list.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ func initListCommand() *cobra.Command {
4242
}
4343

4444
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).")
45+
"The connected devices search timeout, raise it if your board doesn't show up (e.g. to 10s).")
4646
return listCommand
4747
}
4848

0 commit comments

Comments
 (0)