aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2018-05-05 20:36:01 +0300
committerGitHub <noreply@github.com>2018-05-05 20:36:01 +0300
commitee3412199916b74b5579f3d1c5aa10bd407c06d5 (patch)
treed0b6f0a289b30482f9a7eb7dbc47db143a682602 /src
parent7acf9c95d8eebfa913b86e72c1620f14ed5c5414 (diff)
parentfeb4e98cb856db07b9c2e730eda7073abc4bf48c (diff)
downloadPROJ-ee3412199916b74b5579f3d1c5aa10bd407c06d5.tar.gz
PROJ-ee3412199916b74b5579f3d1c5aa10bd407c06d5.zip
Merge pull request #980 from mwtoews/doc-update
Update docs for apps / manpages
Diffstat (limited to 'src')
-rw-r--r--src/cct.c6
-rw-r--r--src/geod.c2
-rw-r--r--src/proj.c2
3 files changed, 5 insertions, 5 deletions
diff --git a/src/cct.c b/src/cct.c
index 956f91b3..d9d25329 100644
--- a/src/cct.c
+++ b/src/cct.c
@@ -101,12 +101,12 @@ static const char usage[] = {
"--------------------------------------------------------------------------------\n"
"Options:\n"
"--------------------------------------------------------------------------------\n"
- " -o /path/to/file Specify output file name\n"
" -c x,y,z,t Specify input columns for (up to) 4 input parameters.\n"
" Defaults to 1,2,3,4\n"
- " -z value Provide a fixed z value for all input data (e.g. -z 0)\n"
- " -t value Provide a fixed t value for all input data (e.g. -t 0)\n"
" -I Do the inverse transformation\n"
+ " -o /path/to/file Specify output file name\n"
+ " -t value Provide a fixed t value for all input data (e.g. -t 0)\n"
+ " -z value Provide a fixed z value for all input data (e.g. -z 0)\n"
" -s n Skip n first lines of a infile\n"
" -v Verbose: Provide non-essential informational output.\n"
" Repeat -v for more verbosity (e.g. -vv)\n"
diff --git a/src/geod.c b/src/geod.c
index e90d71b5..bb52818e 100644
--- a/src/geod.c
+++ b/src/geod.c
@@ -21,7 +21,7 @@ inverse = 0; /* != 0 then inverse geodesic */
*osform = "%.3f", /* output format for S */
pline[50], /* work string */
*usage =
-"%s\nusage: %s [ -afFIptTwW [args] ] [ +opts[=arg] ] [ files ]\n";
+"%s\nusage: %s [ -afFIlptwW [args] ] [ +opts[=arg] ] [ files ]\n";
static void
printLL(double p, double l) {
if (oform) {
diff --git a/src/proj.c b/src/proj.c
index c3b604c9..01b32065 100644
--- a/src/proj.c
+++ b/src/proj.c
@@ -49,7 +49,7 @@ static char
static const char
*oterr = "*\t*", /* output line for unprojectable input */
- *usage = "%s\nusage: %s [ -beEfiIlormsStTvVwW [args] ] [ +opts[=arg] ] [ files ]\n";
+ *usage = "%s\nusage: %s [ -beEfiIlmorsStTvVwW [args] ] [ +opts[=arg] ] [ files ]\n";
static struct FACTORS facs;