Commit 32adaa3b authored by Dylan Araps's avatar Dylan Araps

Docs: Added note about old logos

parent f060c7f2
...@@ -582,6 +582,9 @@ ascii="distro" ...@@ -582,6 +582,9 @@ ascii="distro"
# Default: 'auto' # Default: 'auto'
# Values: 'auto', 'distro_name' # Values: 'auto', 'distro_name'
# Flag: --ascii_distro # Flag: --ascii_distro
#
# NOTE: Arch and Ubuntu have 'old' logo varients.
# Change this to 'arch_old' or 'ubuntu_old' to use the old logos.
ascii_distro="auto" ascii_distro="auto"
# Ascii Colors # Ascii Colors
......
...@@ -3075,6 +3075,8 @@ usage() { printf "%s" " ...@@ -3075,6 +3075,8 @@ usage() { printf "%s" "
distro, /path/to/ascii distro, /path/to/ascii
--ascii_colors x x x x x x Colors to print the ascii art --ascii_colors x x x x x x Colors to print the ascii art
--ascii_distro distro Which Distro's ascii art to print --ascii_distro distro Which Distro's ascii art to print
NOTE: Arch and Ubuntu have 'old' logo varients.
NOTE: Use 'arch_old' or 'ubuntu_old' to use the old logos.
--ascii_logo_size Size of ascii logo. --ascii_logo_size Size of ascii logo.
Supported distros: Arch, Gentoo, Crux, OpenBSD. Supported distros: Arch, Gentoo, Crux, OpenBSD.
--ascii_bold on/off Whether or not to bold the ascii logo. --ascii_bold on/off Whether or not to bold the ascii logo.
......
...@@ -228,6 +228,10 @@ Colors to print the ASCII art ...@@ -228,6 +228,10 @@ Colors to print the ASCII art
.TP .TP
.B \--ascii_distro 'distro' .B \--ascii_distro 'distro'
Which Distro\'s ASCII art to print Which Distro\'s ASCII art to print
.br
NOTE: Arch and Ubuntu have 'old' logo varients.
.br
NOTE: Use 'arch_old' or 'ubuntu_old' to use the old logos.
.TP .TP
.B \--ascii_logo_size 'size' .B \--ascii_logo_size 'size'
Size of ascii logo. Size of ascii logo.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment