mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-07-30 03:23:08 +03:00
chore: typo hunting ft. codespell
This commit is contained in:
committed by
Jesse Duffield
parent
3b5a019e1a
commit
b7928042f0
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()
|
||||
|
||||
|
Reference in New Issue
Block a user