os build-config: Clarify command purpose in help output

Change-type: patch
This commit is contained in:
Paulo Castro 2021-12-25 02:19:11 +00:00
parent 6f81053882
commit ec6fd050f6
2 changed files with 5 additions and 5 deletions

View File

@ -2087,8 +2087,8 @@ or 'menu-esr' (interactive menu, ESR versions)
## os build-config <image> <device-type> ## os build-config <image> <device-type>
Interactively generate an OS config once, so that the generated config Interactively generate a configuration file that can then be used as
file can be used in `balena os configure`, skipping the interactive part. non-interactive input by the 'balena os configure' command.
Examples: Examples:

View File

@ -35,10 +35,10 @@ interface ArgsDef {
export default class OsBuildConfigCmd extends Command { export default class OsBuildConfigCmd extends Command {
public static description = stripIndent` public static description = stripIndent`
Build an OS config and save it to a JSON file. Prepare a configuration file for use by the 'os configure' command.
Interactively generate an OS config once, so that the generated config Interactively generate a configuration file that can then be used as
file can be used in \`balena os configure\`, skipping the interactive part. non-interactive input by the 'balena os configure' command.
`; `;
public static examples = [ public static examples = [