mirror of
https://github.com/KittyKatt/screenFetch.git
synced 2026-04-24 03:00:16 -04:00
Document "custom art" option in help message
I forgot to add this in #167.
This commit is contained in:
@@ -233,6 +233,11 @@ displayHelp() {
|
||||
printf " ASCII logo colors and the label colors. The second argument\n"
|
||||
printf " controls the colors of the information found. One argument may be\n"
|
||||
printf " used without the other.\n"
|
||||
printf " ${bold}-a 'PATH'${c0} You can specify a custom ASCII art by passing the path\n"
|
||||
printf " to a Bash script, defining \`startline\` and \`fulloutput\`\n"
|
||||
printf " variables, and optionally \`labelcolor\` and \`textcolor\`.\n"
|
||||
printf " See the \`asciiText\` function in the source code for more\n"
|
||||
printf " informations on the variables format.\n"
|
||||
printf " ${bold}-S 'COMMAND'${c0} Here you can specify a custom screenshot command for\n"
|
||||
printf " the script to execute. Surrounding quotes are required.\n"
|
||||
printf " ${bold}-D 'DISTRO'${c0} Here you can specify your distribution for the script\n"
|
||||
|
||||
Reference in New Issue
Block a user