Skip to content

Commit 37f4a3a

Browse files
committed
Update help message and .gitignore
1 parent e9910b3 commit 37f4a3a

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,6 @@ crdb-import-*/
6262
tmp/
6363

6464
# Misc
65-
workload-export.go
65+
workload-export.go
66+
workload-export.zip
67+
workload-export/

cmd/root.go

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,8 @@ var debugFlag bool
1010

1111
// rootCmd represents the base command when called without any subcommands
1212
var rootCmd = &cobra.Command{
13-
Use: "workload-analyzer",
14-
Short: "A brief description of your application",
15-
Long: `A longer description that spans multiple lines and likely contains
16-
examples and usage of using your application. For example:
17-
18-
Cobra is a CLI library for Go that empowers applications.
19-
This application is a tool to generate the needed files
20-
to quickly create a Cobra application.`,
13+
Use: "workload-exporter",
14+
Short: "Export workload data for analysis",
2115
// Uncomment the following line if your bare application
2216
// has an action associated with it:
2317
// Run: func(cmd *cobra.Command, args []string) { },

0 commit comments

Comments
 (0)