fix documentation for mapnik-render --open command - refs #3375 [skip ci]
This commit is contained in:
parent
9833bfb9ad
commit
fca1075fec
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ int main (int argc,char** argv)
|
||||||
("help,h", "produce usage message")
|
("help,h", "produce usage message")
|
||||||
("version,V","print version string")
|
("version,V","print version string")
|
||||||
("verbose,v","verbose output")
|
("verbose,v","verbose output")
|
||||||
("open","automatically open the file after rendering (os x only)")
|
("open","automatically open the file after rendering")
|
||||||
("xml",po::value<std::string>(),"xml map to read")
|
("xml",po::value<std::string>(),"xml map to read")
|
||||||
("img",po::value<std::string>(),"image to render")
|
("img",po::value<std::string>(),"image to render")
|
||||||
("scale-factor",po::value<double>(),"scale factor for rendering")
|
("scale-factor",po::value<double>(),"scale factor for rendering")
|
||||||
|
|
Loading…
Reference in a new issue