summaryrefslogtreecommitdiffstats
path: root/pkg/gui/layout.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/gui/layout.go')
-rw-r--r--pkg/gui/layout.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/gui/layout.go b/pkg/gui/layout.go
index 583e50071..a52f95ba5 100644
--- a/pkg/gui/layout.go
+++ b/pkg/gui/layout.go
@@ -327,7 +327,7 @@ func (gui *Gui) layout(g *gocui.Gui) error {
}
// here is a good place log some stuff
- // if you download humanlog and do tail -f development.log | humanlog
+ // if you run `lazygit --logs`
// this will let you see these branches as prettified json
// gui.Log.Info(utils.AsJson(gui.State.Branches[0:4]))
return gui.resizeCurrentPopupPanel()