Skip to content

Commit

Permalink
Update main.c
Browse files Browse the repository at this point in the history
  • Loading branch information
hellfire103 authored and alba4k committed May 1, 2024
1 parent d667a06 commit e135111
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -331,8 +331,8 @@ int main(int argc, char **argv) {
config.color, bold ? "\033[1m" : "", config.color, bold ? "\033[1m" : "", default_bold ? "\033[1mon" : "off");

printf("\t%s%s-l\033[0m,%s%s --logo\033[0m:\t Changes the logo that will be displayed (default: %s)\n"
"\t\t\t [alpine, android, apple, arch, arch_small, debian, endeavouros, fedora]\n"
"\t\t\t [gentoo, linux, linuxmint, manjaro, neon, none, parrot, pop, ubuntu, windows]\n",
"\t\t\t [alpine, android, apple, arch, arch_small, debian, endeavouros, fedora, gentoo]\n"
"\t\t\t [linux, linuxmint, mageia, manjaro, neon, none, parrot, pop, ubuntu, windows]\n",
config.color, bold ? "\033[1m" : "", config.color, bold ? "\033[1m" : "", default_logo[0] ? default_logo : "OS Default");

printf("\t%s%s--ascii\033[0m:\t Specifies a file containing a custom ascii art to use as logo (default: none)\n"
Expand Down

0 comments on commit e135111

Please sign in to comment.