mirror of
https://github.com/jimeh/rbheap.git
synced 2026-02-19 12:56:46 +00:00
Rename project to rbheap
This commit is contained in:
@@ -3,7 +3,7 @@ package cmd
|
||||
import (
|
||||
"fmt"
|
||||
|
||||
"github.com/jimeh/rbheapleak/leak"
|
||||
"github.com/jimeh/rbheap/leak"
|
||||
"github.com/spf13/cobra"
|
||||
)
|
||||
|
||||
|
||||
@@ -18,8 +18,8 @@ type BuildInfo struct {
|
||||
}
|
||||
|
||||
var rootCmd = &cobra.Command{
|
||||
Use: "rbheapleak",
|
||||
Short: "rbheapleak analyzes ObjectSpace dumps from Ruby processes.",
|
||||
Use: "rbheap",
|
||||
Short: "rbheap analyzes ObjectSpace dumps from Ruby processes.",
|
||||
SilenceUsage: true,
|
||||
SilenceErrors: true,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user