diff options
| author | Chris Mayo <aklhfex@gmail.com> | 2019-03-24 11:56:35 +0000 |
|---|---|---|
| committer | Chris Mayo <aklhfex@gmail.com> | 2019-03-24 11:56:35 +0000 |
| commit | 1eadd02ac0b28486e98aed9407f27c4956619bae (patch) | |
| tree | 94cce7896e4abcaab0a1095600bf2e79c271fa31 /docs/source/apps/cct.rst | |
| parent | d089e17fde8a636198cf21f1045fc6bee20d987d (diff) | |
| download | PROJ-1eadd02ac0b28486e98aed9407f27c4956619bae.tar.gz PROJ-1eadd02ac0b28486e98aed9407f27c4956619bae.zip | |
Doc: consistently use +opt and brackets
+opt represents one parameter. An ellipsis indicates additional
instances of the previous parameter may be given.
Spaces are used between parameters and before an ellipsis, not purely to
format brackets. See man(1) SYNOPSIS conventions.
Diffstat (limited to 'docs/source/apps/cct.rst')
| -rw-r--r-- | docs/source/apps/cct.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/apps/cct.rst b/docs/source/apps/cct.rst index 249d523a..629e181c 100644 --- a/docs/source/apps/cct.rst +++ b/docs/source/apps/cct.rst @@ -13,7 +13,7 @@ cct Synopsis ******** - **cct** [ **-cIostvz** [ args ] ] *+opts[=arg]* file[s] + **cct** [**-cIostvz** [args]] *+opt[=arg]* ... file ... Description *********** @@ -70,7 +70,7 @@ The following control parameters can appear in any order: Print version number. -The *+args* arguments are associated with coordinate operation parameters. +The *+opt* arguments are associated with coordinate operation parameters. Usage varies with operation. .. only:: html |
