diff options
Diffstat (limited to 'makepass.zsh')
-rwxr-xr-x | makepass.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/makepass.zsh b/makepass.zsh index 668daee..cc3d404 100755 --- a/makepass.zsh +++ b/makepass.zsh @@ -143,7 +143,7 @@ function print_columns() { local strings=($(repeat $num { randstring $chars; : $RANDOM })) - print -- "$title" + print -- "${title}:" for s in $strings; do let i++ |