Fix typos in the help messages

Signed-off-by: Leandro Motta Barros <leandro@balena.io>
Change-type: patch
This commit is contained in:
Leandro Motta Barros 2023-04-25 18:09:58 -03:00
parent e8bc43dc64
commit 7ae7580794
2 changed files with 6 additions and 6 deletions

View File

@ -2150,9 +2150,9 @@ The --device-type option is used to override the fleet's default device type,
in case of a fleet with mixed device types. in case of a fleet with mixed device types.
The '--dev' option is used to configure balenaOS to operate in development mode, The '--dev' option is used to configure balenaOS to operate in development mode,
allowing anauthenticated root ssh access and exposing network ports such as allowing unauthenticated root ssh access and exposing network ports such as
balenaEngine's 2375 (unencrypted). This option causes `"developmentMode": true` balenaEngine's 2375 (unencrypted). This option causes `"developmentMode": true`
to be inserted in the 'config.json' file in the image's boot partion. Development to be inserted in the 'config.json' file in the image's boot partition. Development
mode (as a configurable option) is applicable to balenaOS releases from early mode (as a configurable option) is applicable to balenaOS releases from early
2022. Older releases have separate development and production balenaOS images 2022. Older releases have separate development and production balenaOS images
that cannot be reconfigured through 'config.json' or the '--dev' option. Do not that cannot be reconfigured through 'config.json' or the '--dev' option. Do not
@ -2304,9 +2304,9 @@ Generate a config.json file for a device or fleet.
The target balenaOS version must be specified with the --version option. The target balenaOS version must be specified with the --version option.
The '--dev' option is used to configure balenaOS to operate in development mode, The '--dev' option is used to configure balenaOS to operate in development mode,
allowing anauthenticated root ssh access and exposing network ports such as allowing unauthenticated root ssh access and exposing network ports such as
balenaEngine's 2375 (unencrypted). This option causes `"developmentMode": true` balenaEngine's 2375 (unencrypted). This option causes `"developmentMode": true`
to be inserted in the 'config.json' file in the image's boot partion. Development to be inserted in the 'config.json' file in the image's boot partition. Development
mode (as a configurable option) is applicable to balenaOS releases from early mode (as a configurable option) is applicable to balenaOS releases from early
2022. Older releases have separate development and production balenaOS images 2022. Older releases have separate development and production balenaOS images
that cannot be reconfigured through 'config.json' or the '--dev' option. Do not that cannot be reconfigured through 'config.json' or the '--dev' option. Do not

View File

@ -159,9 +159,9 @@ especially discouraged in scripts (e.g. CI environments).`;
export const devModeInfo = `\ export const devModeInfo = `\
The '--dev' option is used to configure balenaOS to operate in development mode, The '--dev' option is used to configure balenaOS to operate in development mode,
allowing anauthenticated root ssh access and exposing network ports such as allowing unauthenticated root ssh access and exposing network ports such as
balenaEngine's 2375 (unencrypted). This option causes \`"developmentMode": true\` balenaEngine's 2375 (unencrypted). This option causes \`"developmentMode": true\`
to be inserted in the 'config.json' file in the image's boot partion. Development to be inserted in the 'config.json' file in the image's boot partition. Development
mode (as a configurable option) is applicable to balenaOS releases from early mode (as a configurable option) is applicable to balenaOS releases from early
2022. Older releases have separate development and production balenaOS images 2022. Older releases have separate development and production balenaOS images
that cannot be reconfigured through 'config.json' or the '--dev' option. Do not that cannot be reconfigured through 'config.json' or the '--dev' option. Do not