mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-10 07:36:27 -04:00
better flag description
This commit is contained in:
parent
14c8b80494
commit
3a668011fa
2
main.go
2
main.go
|
|
@ -39,7 +39,7 @@ func main() {
|
|||
flaggy.Bool(&debuggingFlag, "d", "debug", "Run in debug mode with logging")
|
||||
|
||||
configFlag := false
|
||||
flaggy.Bool(&configFlag, "c", "config", "Print the current default config")
|
||||
flaggy.Bool(&configFlag, "c", "config", "Print the default config")
|
||||
|
||||
flaggy.Parse()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue