summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
Diffstat (limited to 'cmd')
-rw-r--r--cmd/loadbars/main.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/loadbars/main.go b/cmd/loadbars/main.go
index 3d7fe77..555812c 100644
--- a/cmd/loadbars/main.go
+++ b/cmd/loadbars/main.go
@@ -34,6 +34,7 @@ func main() {
flag.StringVar(&cfg.Title, "title", cfg.Title, "Set title bar text")
flag.StringVar(&cfg.SSHOpts, "sshopts", cfg.SSHOpts, "Set SSH options")
flag.BoolVar(&cfg.HasAgent, "hasagent", cfg.HasAgent, "SSH key already known by agent")
+ flag.IntVar(&cfg.MaxBarsPerRow, "maxbarsperrow", cfg.MaxBarsPerRow, "Max bars per row (0=unlimited)")
flag.Parse()