diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2019-01-19 14:48:02 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2019-01-19 18:19:30 +0100 |
| commit | a4e0ece642d989136a977dbcc80b8ceea270c93b (patch) | |
| tree | 353d4991439e9791d5a0b9571a5ee3be04d84a43 /src/apps/projinfo.cpp | |
| parent | 96a03878de5bab1628475ba1ac1f2bfa572479c6 (diff) | |
| download | PROJ-a4e0ece642d989136a977dbcc80b8ceea270c93b.tar.gz PROJ-a4e0ece642d989136a977dbcc80b8ceea270c93b.zip | |
Doc: add doc for projinfo (fixes #1183)
Diffstat (limited to 'src/apps/projinfo.cpp')
| -rw-r--r-- | src/apps/projinfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/apps/projinfo.cpp b/src/apps/projinfo.cpp index 2f94c916..29cf5fc3 100644 --- a/src/apps/projinfo.cpp +++ b/src/apps/projinfo.cpp @@ -80,7 +80,7 @@ static void usage() { << "usage: projinfo [-o formats] [-k crs|operation] [--summary] [-q]" << std::endl << " ([--area name_or_code] | " - "[--bbox min_long,min_lat,max_long,max_lat]) " + "[--bbox west_long,south_lat,east_long,north_lat]) " << std::endl << " [--spatial-test contains|intersects]" << std::endl << " [--crs-extent-use none|both|intersection|smallest]" |
