mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-11 04:15:48 +02:00
chore: typo hunting ft. codespell
This commit is contained in:
parent
3b5a019e1a
commit
b7928042f0
11 changed files with 17 additions and 17 deletions
2
main.go
2
main.go
|
@ -62,7 +62,7 @@ func main() {
|
|||
flaggy.String(&gitDir, "g", "git-dir", "equivalent of the --git-dir git argument")
|
||||
|
||||
customConfig := ""
|
||||
flaggy.String(&customConfig, "ucf", "use-config-file", "Comma seperated list to custom config file(s)")
|
||||
flaggy.String(&customConfig, "ucf", "use-config-file", "Comma separated list to custom config file(s)")
|
||||
|
||||
flaggy.Parse()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue