Skip to content

Commit

Permalink
Modify help
Browse files Browse the repository at this point in the history
  • Loading branch information
keeramis committed May 29, 2024
1 parent 9649701 commit 3d13592
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/wifi.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ module.exports = ({ commandProcessor, root }) => {
examples: {
'$0 $command': 'Prompt for Wi-Fi credentials and send them to a device',
'$0 $command --file credentials.json': 'Read Wi-Fi credentials from credentials.json and send them to a device',
'$0 $command --ssid <SSID>': 'Join a known network specified by SSID'
'$0 $command --ssid <SSID>': 'Join a pre-configured network specified by SSID. Pre-configure a network using `particle wifi add`'
},
epilogue: unindent(`
The JSON file for passing Wi-Fi credentials should look like this:
Expand Down

0 comments on commit 3d13592

Please sign in to comment.