Unverified Commit 52a96c5c authored by dylan's avatar dylan Committed by GitHub

Merge pull request #1358 from bgkillas/master

updated --help
parents 9911c849 46b18469
...@@ -4612,17 +4612,21 @@ ASCII: ...@@ -4612,17 +4612,21 @@ 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 variants. NOTE: Arch, Ubuntu, Redhat, and Dragonfly have 'old' logo variants.
NOTE: Use 'arch_old' or 'ubuntu_old' to use the old logos. NOTE: Use '{distro name}_old' to use the old logos.
NOTE: Ubuntu has flavor variants. NOTE: Ubuntu has flavor variants.
NOTE: Change this to 'Lubuntu', 'Xubuntu', 'Ubuntu-GNOME', NOTE: Change this to Lubuntu, Kubuntu, Xubuntu, Ubuntu-GNOME,
'Ubuntu-Studio' or 'Ubuntu-Budgie' to use the flavors. Ubuntu-Studio, Ubuntu-Mate or Ubuntu-Budgie to use the flavors.
NOTE: Alpine, Arch, CRUX, Debian, Gentoo, FreeBSD, Mac, NixOS, NOTE: Arcolinux, Dragonfly, Fedora, Alpine, Arch, Ubuntu,
OpenBSD, postmarketOS, and Void have a smaller logo variant. CRUX, Debian, Gentoo, FreeBSD, Mac, NixOS, OpenBSD, android,
Antrix, CentOS, Cleanjaro, ElementaryOS, GUIX, Hyperbola,
Manjaro, MXLinux, NetBSD, Parabola, POP_OS, PureOS,
Slackware, SunOS, LinuxLite, OpenSUSE, Raspbian,
postmarketOS, and Void have a smaller logo variant.
NOTE: Use '{distro name}_small' to use the small variants. NOTE: Use '{distro name}_small' to use the small variants.
...@@ -6215,8 +6219,7 @@ EOF ...@@ -6215,8 +6219,7 @@ EOF
"dragonfly_old"*) "dragonfly_old"*)
set_colors 1 7 3 set_colors 1 7 3
read -rd '' ascii_data <<'EOF' read -rd '' ascii_data <<'EOF'
${c1} | ${c1} .-.
.-.
${c3} ()${c1}I${c3}() ${c3} ()${c1}I${c3}()
${c1} "==.__:-:__.==" ${c1} "==.__:-:__.=="
"==.__/~|~\__.==" "==.__/~|~\__.=="
...@@ -8154,7 +8157,7 @@ ${c1} PPPPPPPPPPPPPP ...@@ -8154,7 +8157,7 @@ ${c1} PPPPPPPPPPPPPP
EOF EOF
;; ;;
"popos_small"*) "popos_small"* | "pop_os_small"*)
set_colors 6 7 set_colors 6 7
read -rd '' ascii_data <<'EOF' read -rd '' ascii_data <<'EOF'
${c1}______ ${c1}______
...@@ -8168,7 +8171,7 @@ ${c1}______ ...@@ -8168,7 +8171,7 @@ ${c1}______
EOF EOF
;; ;;
"Pop!_OS"*) "Pop!_OS"* | "popos"* | "pop_os"*)
set_colors 6 7 set_colors 6 7
read -rd '' ascii_data <<'EOF' read -rd '' ascii_data <<'EOF'
${c1} ///////////// ${c1} /////////////
...@@ -8508,7 +8511,7 @@ RRRR RRRRRRRRRRRRRRRRRRR R RRRR ...@@ -8508,7 +8511,7 @@ RRRR RRRRRRRRRRRRRRRRRRR R RRRR
EOF EOF
;; ;;
"redhat_old") "redhat_old" | "rhel_old"*)
set_colors 1 7 3 set_colors 1 7 3
read -rd '' ascii_data <<'EOF' read -rd '' ascii_data <<'EOF'
${c1} `.-..........` ${c1} `.-..........`
......
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