docs: Fix os configure example in os build-config docs

Connects-to: #1231
Change-type: patch
Signed-off-by: Thodoris Greasidis <thodoris@balena.io>
This commit is contained in:
Thodoris Greasidis 2019-05-15 21:15:57 +03:00
parent ee267cd114
commit 9f15ee58df
2 changed files with 2 additions and 2 deletions

View File

@ -1118,7 +1118,7 @@ Use this command to prebuild the OS config once and skip the interactive part of
Example:
$ balena os build-config ../path/rpi3.img raspberrypi3 --output rpi3-config.json
$ balena os configure ../path/rpi3.img 7cf02a6 --config "$(cat rpi3-config.json)"
$ balena os configure ../path/rpi3.img --device 7cf02a6 --config rpi3-config.json
### Options

View File

@ -179,7 +179,7 @@ exports.buildConfig =
Example:
$ balena os build-config ../path/rpi3.img raspberrypi3 --output rpi3-config.json
$ balena os configure ../path/rpi3.img 7cf02a6 --config "$(cat rpi3-config.json)"
$ balena os configure ../path/rpi3.img --device 7cf02a6 --config rpi3-config.json
'''
permission: 'user'
options: [