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,