diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2018-04-12 19:57:14 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-04-12 19:57:14 +0200 |
| commit | a372a17445018f12acd51f716f3cb5ba5d30e8f7 (patch) | |
| tree | cbd77112dde3a553922c737658d3b961a468e3a2 /docs/source | |
| parent | 8e1cdad04a143378850ce35dff4f4cfb73fb5650 (diff) | |
| parent | 51967aa03df0bbe134c38475a2633430dddefc82 (diff) | |
| download | PROJ-a372a17445018f12acd51f716f3cb5ba5d30e8f7.tar.gz PROJ-a372a17445018f12acd51f716f3cb5ba5d30e8f7.zip | |
Merge pull request #923 from kbevers/cct-skip-n-lines
Add --skip-lines option to cct
Diffstat (limited to 'docs/source')
| -rw-r--r-- | docs/source/apps/cct.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/source/apps/cct.rst b/docs/source/apps/cct.rst index dc2944f2..20aec06c 100644 --- a/docs/source/apps/cct.rst +++ b/docs/source/apps/cct.rst @@ -44,6 +44,13 @@ The following control parameters can appear in any order: Specify a fixed observation height to be used for all input data. +.. option:: s <n>, --skip-lines=<n> + + .. versionadded:: 5.1.0 + + Skip the first *n* lines of input. This applies to any kind of input, wether + it comes from ``STDIN``, a file or interactive user input. + .. option:: -v, --verbose Write non-essential, but potentially useful, information to stderr. |
