diff options
| -rw-r--r-- | docs/source/apps/cct.rst | 6 | ||||
| -rw-r--r-- | src/cct.c | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/docs/source/apps/cct.rst b/docs/source/apps/cct.rst index 8cd6c0c6..a08f1471 100644 --- a/docs/source/apps/cct.rst +++ b/docs/source/apps/cct.rst @@ -13,7 +13,7 @@ cct Synopsis ******** - **cct** [ **-cotvz** [ args ] ] *+opts[=arg]* file[s] + **cct** [ **-cIostvz** [ args ] ] *+opts[=arg]* file[s] Description *********** @@ -32,6 +32,10 @@ The following control parameters can appear in any order: Specify input columns for (up to) 4 input parameters. Defaults to 1,2,3,4. +.. option:: -I + + Do the inverse transformation. + .. option:: -o <output file name>, --output=<output file name> Specify the name of the output file. @@ -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" |
