From fa175c719178ff618c3fb613d5be4928305eb0a1 Mon Sep 17 00:00:00 2001 From: Carlos Alexandro Becker Date: Thu, 21 Aug 2025 13:04:04 -0300 Subject: [PATCH] fix: repo commit help (#736) Signed-off-by: Carlos Alexandro Becker --- pkg/ssh/cmd/commit.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/ssh/cmd/commit.go b/pkg/ssh/cmd/commit.go index 88fb1b2c8bd310a3b30492c8e67a02d3c37df72d..ad2020d36a2076e540f71c3eba380909fd7756b9 100644 --- a/pkg/ssh/cmd/commit.go +++ b/pkg/ssh/cmd/commit.go @@ -19,7 +19,7 @@ func commitCommand() *cobra.Command { var patchOnly bool cmd := &cobra.Command{ - Use: "commit SHA", + Use: "commit repo SHA", Short: "Print out the contents of a diff", Args: cobra.ExactArgs(2), PersistentPreRunE: checkIfReadable,