fix: repo commit help (#736)

Carlos Alexandro Becker created

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>

Change summary

pkg/ssh/cmd/commit.go | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

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,