summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlfred E. Heggestad <aeh@db.org>2016-08-16 19:17:11 +0200
committerAlfred E. Heggestad <aeh@db.org>2016-08-16 19:17:11 +0200
commit92e4eebc09f09bce180128cc294ed113a6296b76 (patch)
tree0d1bdccf8fdd25442bd1ba659f332cddf9b83225 /src
parentecf430548c909657eee0b63dcf0b77d68328a1a7 (diff)
cmd: adjust long-commands width
Diffstat (limited to 'src')
-rw-r--r--src/cmd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd.c b/src/cmd.c
index 9f29915..45f15d6 100644
--- a/src/cmd.c
+++ b/src/cmd.c
@@ -632,7 +632,7 @@ static int cmd_print_all(struct re_printf *pf,
list_append(&sortedl, &cs->le, cs);
- width_long = max(width_long, 1+str_len(cmd->name)+2);
+ width_long = max(width_long, 1+str_len(cmd->name)+3);
}
}