diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2018-05-05 20:36:01 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-05-05 20:36:01 +0300 |
| commit | ee3412199916b74b5579f3d1c5aa10bd407c06d5 (patch) | |
| tree | d0b6f0a289b30482f9a7eb7dbc47db143a682602 /src | |
| parent | 7acf9c95d8eebfa913b86e72c1620f14ed5c5414 (diff) | |
| parent | feb4e98cb856db07b9c2e730eda7073abc4bf48c (diff) | |
| download | PROJ-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.c | 6 | ||||
| -rw-r--r-- | src/geod.c | 2 | ||||
| -rw-r--r-- | src/proj.c | 2 |
3 files changed, 5 insertions, 5 deletions
@@ -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" @@ -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) { @@ -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; |
