Merge pull request #1232 from balena-io/1231-os-build-config-example-fix

docs: Fix os configure example in os build-config docs
This commit is contained in:
Thodoris Greasidis 2019-05-16 13:03:23 +03:00 committed by GitHub
commit eaad5377b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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: [