fix argument name of mapnik-config so that we can query input-plugins
This commit is contained in:
parent
cfb1d5a23e
commit
46fe1e3e7c
1 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ Known values for OPTION are:
|
||||||
--libs print library linking information
|
--libs print library linking information
|
||||||
--cflags print pre-processor and compiler flags
|
--cflags print pre-processor and compiler flags
|
||||||
--fonts print default fonts directory
|
--fonts print default fonts directory
|
||||||
--input-plugins print default plugins directory
|
--input-plugins print default input plugins directory
|
||||||
--help display this help and exit
|
--help display this help and exit
|
||||||
-v --version output version information
|
-v --version output version information
|
||||||
EOF
|
EOF
|
||||||
|
@ -71,7 +71,7 @@ while test $# -gt 0; do
|
||||||
echo ${libdir}/mapnik2/fonts
|
echo ${libdir}/mapnik2/fonts
|
||||||
;;
|
;;
|
||||||
|
|
||||||
--plugins)
|
--input-plugins)
|
||||||
echo ${libdir}/mapnik2/input
|
echo ${libdir}/mapnik2/input
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue