From 7ec02f43a42cf89957b60f5bb2b03deb90b31f1b Mon Sep 17 00:00:00 2001 From: mwtoews Date: Sat, 5 May 2018 22:44:32 +1200 Subject: proj usage: remove unused 'c', add 'vV' to invproj --- src/proj.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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; -- cgit v1.2.3 From 526970178627bbf0dfbff04ba783fd3646214fad Mon Sep 17 00:00:00 2001 From: mwtoews Date: Sat, 5 May 2018 22:57:15 +1200 Subject: cct usage: add 'I' to docs, re-order usage to same as docs --- src/cct.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') 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" -- cgit v1.2.3 From 914928ded6ced41b9f4684bcfcdf508ee25a4f81 Mon Sep 17 00:00:00 2001 From: mwtoews Date: Sat, 5 May 2018 23:05:50 +1200 Subject: geod usage: remove non-exist 'T', add 'l' --- src/geod.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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) { -- cgit v1.2.3