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
|
||||
--cflags print pre-processor and compiler flags
|
||||
--fonts print default fonts directory
|
||||
--input-plugins print default plugins directory
|
||||
--input-plugins print default input plugins directory
|
||||
--help display this help and exit
|
||||
-v --version output version information
|
||||
EOF
|
||||
|
@ -71,7 +71,7 @@ while test $# -gt 0; do
|
|||
echo ${libdir}/mapnik2/fonts
|
||||
;;
|
||||
|
||||
--plugins)
|
||||
--input-plugins)
|
||||
echo ${libdir}/mapnik2/input
|
||||
;;
|
||||
|
||||
|
|
Loading…
Reference in a new issue