Skip to content

Commit cca7072

Browse files
nekoswagsfan5
nekoswag
authored andcommittedFeb 1, 2018
put color values in quotes
the command line doesn't seem to like the "#" char, see https://forum.minetest.net/viewtopic.php?p=182380#p182380
1 parent 179651e commit cca7072

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎README.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -54,16 +54,16 @@ Parameters
5454
^^^^^^^^^^
5555

5656
bgcolor:
57-
Background color of image, e.g. ``--bgcolor #ffffff``
57+
Background color of image, e.g. ``--bgcolor '#ffffff'``
5858

5959
scalecolor:
60-
Color of scale, e.g. ``--scalecolor #000000``
60+
Color of scale, e.g. ``--scalecolor '#000000'``
6161

6262
playercolor:
63-
Color of player indicators, e.g. ``--playercolor #ff0000``
63+
Color of player indicators, e.g. ``--playercolor '#ff0000'``
6464

6565
origincolor:
66-
Color of origin indicator, e.g. ``--origincolor #ff0000``
66+
Color of origin indicator, e.g. ``--origincolor '#ff0000'``
6767

6868
drawscale:
6969
Draw tick marks, ``--drawscale``

0 commit comments

Comments
 (0)
Please sign in to comment.