Skip to content

Commit

Permalink
Fix main app title
Browse files Browse the repository at this point in the history
  • Loading branch information
myhro committed Dec 29, 2021
1 parent 532d79a commit d0dc922
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ func run(name string) {
func main() {
rootCmd := &cobra.Command{
Use: "staticd",
Short: "Download statically linked Go/Rust binaries from GitHub",
Short: "Download statically linked binaries from GitHub",
CompletionOptions: cobra.CompletionOptions{
DisableDefaultCmd: true,
},
Expand Down

0 comments on commit d0dc922

Please sign in to comment.