aboutsummaryrefslogtreecommitdiff
path: root/src/optargpm.h
diff options
context:
space:
mode:
authorThomas Knudsen <thokn@sdfe.dk>2018-02-04 15:49:48 +0100
committerThomas Knudsen <thokn@sdfe.dk>2018-02-04 15:49:48 +0100
commit0ca9e9ff582e9ed2243c1991326b172880d94f35 (patch)
treefbe3daef42dbc467f107ce50f501719570d3990a /src/optargpm.h
parent20b1b84f769a9127cdf1953d166a6ff756accbd7 (diff)
downloadPROJ-0ca9e9ff582e9ed2243c1991326b172880d94f35.tar.gz
PROJ-0ca9e9ff582e9ed2243c1991326b172880d94f35.zip
Add --version option to gie and cct.
Additionally correct a spelling error in optargpm.h and remove two lines of leftover cruft from gie.c
Diffstat (limited to 'src/optargpm.h')
-rw-r--r--src/optargpm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/optargpm.h b/src/optargpm.h
index d464b5a9..8a9dd0c7 100644
--- a/src/optargpm.h
+++ b/src/optargpm.h
@@ -84,7 +84,7 @@ opt_eof_handler (o):
Usage is probably easiest understood by a brief textbook style example:
-Consider a simple program taking the conventinal "-v, -h, -o" options
+Consider a simple program taking the conventional "-v, -h, -o" options
indicating "verbose output", "help please", and "output file specification",
respectively.