Skip to content

Commit 8b54137

Browse files
[nrf toup] Fix user data argument in factory data docs
There is a wrong argument description for the factory data generation script. It should be `--user` instead of `user-data`. Signed-off-by: Arkadiusz Balys <arkadiusz.balys@nordicsemi.no>
1 parent 7e94f1c commit 8b54137

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/guides/nrfconnect_factory_data_configuration.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ To add user data as an argument to the
446446
script, add the following line to the argument list:
447447
448448
```
449-
--user-data {user data JSON}
449+
--user '{user data JSON}'
450450
```
451451
452452
As `user data JSON`, provide a flat JSON map with a value file that consists of
@@ -464,7 +464,7 @@ follows:
464464
When added to the argument line, the final result would look like follows:
465465
466466
```
467-
--user-data '{"name": "product_name", "version": 123, "revision": "0x123"}'
467+
--user '{"name": "product_name", "version": 123, "revision": "0x123"}'
468468
```
469469
470470
#### How to handle user data

0 commit comments

Comments
 (0)