diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2019-01-19 19:57:06 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-01-19 19:57:06 +0100 |
| commit | aba9c7747fc47bbc6f0ec6e6957449ea5090c5fc (patch) | |
| tree | 353d4991439e9791d5a0b9571a5ee3be04d84a43 /src/apps | |
| parent | aa65cfb0735825518bf4bc5dac09f8f3442760f7 (diff) | |
| parent | a4e0ece642d989136a977dbcc80b8ceea270c93b (diff) | |
| download | PROJ-aba9c7747fc47bbc6f0ec6e6957449ea5090c5fc.tar.gz PROJ-aba9c7747fc47bbc6f0ec6e6957449ea5090c5fc.zip | |
Merge pull request #1228 from rouault/cs2cs_doc_update
Doc: update cs2cs, C API regarding area of use (fixes #1186), add doc for projinfo (fixes #1183)
Diffstat (limited to 'src/apps')
| -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]" |
