From e67c16e6b34d47322a200a3e1a822e4b633f4732 Mon Sep 17 00:00:00 2001 From: Christian Rocha Date: Wed, 17 Dec 2025 13:46:00 -0500 Subject: [PATCH] chore(cmd/projects): improve help text (#1647) --- internal/cmd/projects.go | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/internal/cmd/projects.go b/internal/cmd/projects.go index 15c747834129b06829fc46832e3e1a09538de3d5..45a18384b7531be10206348ffcce6418979984e0 100644 --- a/internal/cmd/projects.go +++ b/internal/cmd/projects.go @@ -13,14 +13,13 @@ import ( var projectsCmd = &cobra.Command{ Use: "projects", - Short: "List all tracked project directories", - Long: `List all directories where Crush has been used. -This includes the working directory, data directory path, and last accessed time.`, + Short: "List project directories", + Long: "List directories where Crush project data is known to exist", Example: ` # List all projects in a table crush projects -# Output as JSON +# Output projects data as JSON crush projects --json `, RunE: func(cmd *cobra.Command, args []string) error {