Skip to content

Commit d5fe932

Browse files
[fixup] Minor spelling fixup.
1 parent 6ed7fec commit d5fe932

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sources/lib/main.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ type SearchFlags struct {
9090
What *string `long:"what" short:"w" choice:"identifier" choice:"title" choice:"name" choice:"path" choice:"commonmark-link"`
9191
How *string `long:"how" short:"W" choice:"identifier" choice:"title" choice:"name" choice:"path" choice:"body"`
9292
Format *string `long:"format" short:"f" choice:"text" choice:"text-0" choice:"json"`
93-
Action *string `long:"action" short:"a" chouce:"output" choice:"edit" choice:"export" choice:"browse"`
93+
Action *string `long:"action" short:"a" choice:"output" choice:"edit" choice:"export" choice:"browse"`
9494
MultipleAllowed *bool `long:"multiple" short:"m"`
9595
}
9696

@@ -100,7 +100,7 @@ type GrepFlags struct {
100100
Where *string `long:"where" short:"W" choice:"identifier" choice:"title" choice:"name" choice:"path" choice:"body"`
101101
Format *string `long:"format" short:"f" choice:"text" choice:"text-0" choice:"json" choice:"context"`
102102
Terms []string `long:"term" short:"t" value-name:"{term}"`
103-
Action *string `long:"action" short:"a" chouce:"output" choice:"edit" choice:"export" choice:"browse"`
103+
Action *string `long:"action" short:"a" choice:"output" choice:"edit" choice:"export" choice:"browse"`
104104
MultipleAllowed *bool `long:"multiple" short:"m"`
105105
}
106106

0 commit comments

Comments
 (0)