1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-02-03 13:21:56 +02:00

better flag description

This commit is contained in:
Jesse Duffield 2020-09-18 08:39:16 +10:00
parent 14c8b80494
commit 3a668011fa

View File

@ -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()