summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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);
}
}