mirror of https://mirror.osredm.com/root/redis.git
Align the offset in ASCII logo (#13557)
Since `\\` is only one character, we need to add an extra space to the right.
This commit is contained in:
parent
e9cbfccec6
commit
617909e943
|
@ -10,7 +10,7 @@ const char *ascii_logo =
|
||||||
" _._ \n"
|
" _._ \n"
|
||||||
" _.-``__ ''-._ \n"
|
" _.-``__ ''-._ \n"
|
||||||
" _.-`` `. `_. ''-._ Redis Community Edition \n"
|
" _.-`` `. `_. ''-._ Redis Community Edition \n"
|
||||||
" .-`` .-```. ```\\/ _.,_ ''-._ %s (%s/%d) %s bit\n"
|
" .-`` .-```. ```\\/ _.,_ ''-._ %s (%s/%d) %s bit\n"
|
||||||
" ( ' , .-` | `, ) Running in %s mode\n"
|
" ( ' , .-` | `, ) Running in %s mode\n"
|
||||||
" |`-._`-...-` __...-.``-._|'` _.-'| Port: %d\n"
|
" |`-._`-...-` __...-.``-._|'` _.-'| Port: %d\n"
|
||||||
" | `-._ `._ / _.-' | PID: %ld\n"
|
" | `-._ `._ / _.-' | PID: %ld\n"
|
||||||
|
|
Loading…
Reference in New Issue