Skip to content

Commit

Permalink
fix misspell
Browse files Browse the repository at this point in the history
  • Loading branch information
Selyss committed Nov 22, 2023
1 parent ea27a91 commit 7f0e5a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ func parseArgs() *assembuddy.CLIOptions {
query := parser.String("q", "query", &argparse.Options{Help: "Search query"})
arch := parser.String("a", "architecture", &argparse.Options{Help: "Architecture for queries"})

listArch := parser.Flag("r", "list-arch", &argparse.Options{Help: "Get all supported architechture convensions"})
listArch := parser.Flag("r", "list-arch", &argparse.Options{Help: "Get all supported architecture convensions"})

prettyPrint := parser.Flag("p", "pretty-print", &argparse.Options{Help: "Pretty print JSON result"})

Expand Down

0 comments on commit 7f0e5a7

Please sign in to comment.