Merge pull request #570 from lamby/informations-typo

Correct informations → information typo.
This commit is contained in:
darealshinji
2018-06-17 22:26:42 +02:00
committed by GitHub
3 changed files with 3 additions and 3 deletions

View File

@@ -127,7 +127,7 @@ specified on the command line, and those are shown below or by executing `screen
to a Bash script, defining `startline` and `fulloutput`
variables, and optionally `labelcolor` and `textcolor`.
See the `asciiText` function in the source code for more
informations on the variables format.
information on the variables format.
-S 'COMMAND' Here you can specify a custom screenshot command for
the script to execute. Surrounding quotes are required.
-D 'DISTRO' Here you can specify your distribution for the script

View File

@@ -419,7 +419,7 @@ displayHelp () {
echo " to a Bash script, defining \`startline\` and \`fulloutput\`"
echo " variables, and optionally \`labelcolor\` and \`textcolor\`."
echo " See the \`asciiText\` function in the source code for more"
echo " informations on the variables format."
echo " information on the variables format."
echo " ${bold}-S 'COMMAND'${c0} Here you can specify a custom screenshot command for"
echo " the script to execute. Surrounding quotes are required."
echo " ${bold}-D 'DISTRO'${c0} Here you can specify your distribution for the script"

View File

@@ -94,7 +94,7 @@ used without the other.
You can specify a custom ASCII art by passing the path to a Bash script,
defining \fBstartline\fR and \fBfulloutput\fR variables, and optionally
\fBlabelcolor\fR and \fBtextcolor\fR. See the \fBasciiText\fR function
in the source code for more informations on the variables format.
in the source code for more information on the variables format.
.TP
.B \-S 'COMMAND'
Here you can specify a custom screenshot command for