From a50ca78eef904b6e08b46788f6a7b3dc3710bb52 Mon Sep 17 00:00:00 2001 From: Hugh Brown Date: Mon, 6 Apr 2020 14:47:57 -0700 Subject: [PATCH] Minor grammar fix in balena ssh documentation Minor grammar fix in balena ssh documentation Change-type: patch Signed-off-by: Hugh Brown --- doc/cli.markdown | 6 +++--- lib/actions/ssh.ts | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/cli.markdown b/doc/cli.markdown index 12b7a174..10c8c3ca 100644 --- a/doc/cli.markdown +++ b/doc/cli.markdown @@ -1178,9 +1178,9 @@ This command can be used to start a shell on a local or remote device. If a service name is not provided, a shell will be opened on the host OS. -If an application name is provided, all online devices in the application -will be presented, and the chosen device will then have a shell opened on -in it's service container or host OS. +If an application name is provided, an interactive menu will be presented +for the selection of an online device. A shell will then be opened for the +host OS or service container of the chosen device. For local devices, the IP address and .local domain name are supported. If the device is referenced by IP or `.local` address, the connection diff --git a/lib/actions/ssh.ts b/lib/actions/ssh.ts index 25bd8fb9..452afd33 100644 --- a/lib/actions/ssh.ts +++ b/lib/actions/ssh.ts @@ -182,9 +182,9 @@ export const ssh: CommandDefinition< If a service name is not provided, a shell will be opened on the host OS. - If an application name is provided, all online devices in the application - will be presented, and the chosen device will then have a shell opened on - in it's service container or host OS. + If an application name is provided, an interactive menu will be presented + for the selection of an online device. A shell will then be opened for the + host OS or service container of the chosen device. For local devices, the IP address and .local domain name are supported. If the device is referenced by IP or \`.local\` address, the connection