From 9a0b208200eb486cca920dbf4520f2bb4971dbd8 Mon Sep 17 00:00:00 2001 From: Oleg Solomka Date: Fri, 1 Apr 2022 12:30:55 -0700 Subject: [PATCH] [select codespace]: cleanup description --- pkg/cmd/codespace/select.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkg/cmd/codespace/select.go b/pkg/cmd/codespace/select.go index c5800826a..1a1b4834e 100644 --- a/pkg/cmd/codespace/select.go +++ b/pkg/cmd/codespace/select.go @@ -29,10 +29,10 @@ func newSelectCmd(app *App) *cobra.Command { return selectCmd } -// Hidden codespace `select` command allows to reuse the common codespace selection +// Hidden codespace `select` command allows to reuse existing codespace selection // dialog by external GH CLI extensions. By default output selected codespace name // into `stdout`. Pass `--file`(`-f`) flag along with a file path to output selected -// codespace into a file instead. +// codespace name into a file instead. // // ## Examples // @@ -42,7 +42,7 @@ func newSelectCmd(app *App) *cobra.Command { // gh codespace select // ``` // -// With `into-a-file`` output: +// With `into-a-file` output: // // ```shell // gh codespace select --file /tmp/selected_codespace.txt