Skip to content

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
anilmisirlioglu committed Apr 10, 2022
1 parent 60cdee8 commit bfb82fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Available Commands:
version Prints the CLI version

Flags:
-h, --help help for f1dump
-h, --help help for f1
-v, --verbose verbose output

Use "f1 [command] --help" for more information about a command.
Expand Down
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
)

var root = &cobra.Command{
Use: "f1dump",
Use: "f1",
Short: "A helper CLI for broadcasting and recording F1 data",
Long: `A helper CLI for broadcasting and recording F1 data`,
}
Expand Down

0 comments on commit bfb82fc

Please sign in to comment.