Skip to content

Commit 8b55988

Browse files
Paolo CalaoGiuseppe Lumia
andauthored
Update cli/device/createlora.go
Co-authored-by: Giuseppe Lumia <[email protected]>
1 parent 44f26cd commit 8b55988

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/device/createlora.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ func initCreateLoraCommand() *cobra.Command {
4646
createLoraCommand.Flags().StringVarP(&createLoraFlags.name, "name", "n", "", "Device name")
4747
createLoraCommand.Flags().StringVarP(&createLoraFlags.fqbn, "fqbn", "b", "", "Device fqbn")
4848
createLoraCommand.Flags().StringVarP(&createLoraFlags.frequencyPlan, "frequency-plan", "f", "",
49-
"ID of the LoRa frequency plan to use. Run 'device list-frequency-plans' command to obtain a list of valid plans.")
49+
"ID of the LoRa frequency plan to use. Run the 'device list-frequency-plans' command to obtain a list of valid plans.")
5050
createLoraCommand.MarkFlagRequired("name")
5151
createLoraCommand.MarkFlagRequired("frequency-plan")
5252
return createLoraCommand

0 commit comments

Comments
 (0)