From 7ae7580794a541f11f1c29bab304f92388068eb1 Mon Sep 17 00:00:00 2001 From: Leandro Motta Barros Date: Tue, 25 Apr 2023 18:09:58 -0300 Subject: [PATCH] Fix typos in the help messages Signed-off-by: Leandro Motta Barros Change-type: patch --- docs/balena-cli.md | 8 ++++---- lib/utils/messages.ts | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/balena-cli.md b/docs/balena-cli.md index 3711bd46e9..7125931072 100644 --- a/docs/balena-cli.md +++ b/docs/balena-cli.md @@ -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. 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` -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 2022. Older releases have separate development and production balenaOS images 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 '--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` -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 2022. Older releases have separate development and production balenaOS images that cannot be reconfigured through 'config.json' or the '--dev' option. Do not diff --git a/lib/utils/messages.ts b/lib/utils/messages.ts index ec9f21b8f2..90c420104d 100644 --- a/lib/utils/messages.ts +++ b/lib/utils/messages.ts @@ -159,9 +159,9 @@ especially discouraged in scripts (e.g. CI environments).`; export const devModeInfo = `\ 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\` -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 2022. Older releases have separate development and production balenaOS images that cannot be reconfigured through 'config.json' or the '--dev' option. Do not