From 69865fa7623bc0a857dc8a1f4140d3c4567785a7 Mon Sep 17 00:00:00 2001 From: Issy Long Date: Thu, 22 Jul 2021 14:08:20 +0100 Subject: [PATCH] cmd/ghcs/main: Better description of `ghcs` as a whole Co-authored-by: Camilo Garcia La Rotta --- cmd/ghcs/main.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/ghcs/main.go b/cmd/ghcs/main.go index 696975ab5..a89a544b4 100644 --- a/cmd/ghcs/main.go +++ b/cmd/ghcs/main.go @@ -13,8 +13,8 @@ func main() { var rootCmd = &cobra.Command{ Use: "ghcs", - Short: "Codespaces", - Long: "Codespaces", + Short: "Unofficial GitHub Codespaces CLI.", + Long: "Unofficial CLI tool to manage and interact with GitHub Codespaces.", Version: "0.6.0", }