1
0
mirror of https://github.com/HorlogeSkynet/archey4 synced 2025-07-26 16:00:38 +02:00

[DOC] Add link to distribution logos Wiki page as -l help message

> See <https://github.com/HorlogeSkynet/archey4/pull/135#issuecomment-1676404113>.
This commit is contained in:
Samuel FORESTIER
2023-08-15 18:41:39 +02:00
parent 2e95de5755
commit e082fcb594

@@ -104,7 +104,8 @@ def args_parsing() -> argparse.Namespace:
"--logo-style",
metavar="IDENTIFIER",
help="alternative logo style identifier to show instead of the distribution default one. "
"For instance, you can try 'retro' to prefer old Apple's logo on Darwin platforms",
"For instance, you can try 'retro' to prefer old Apple's logo on Darwin platforms. "
"Full list of styles : https://github.com/HorlogeSkynet/archey4/wiki/List-of-logos",
)
parser.add_argument(
"-s",