Document "custom art" option in help message

I forgot to add this in #167.
This commit is contained in:
Valérian Galliat
2015-02-23 14:09:52 +01:00
parent d8f49b824c
commit 4a4024a7d4

View File

@@ -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"