metomi / isodatetime

:date: :watch: Python ISO 8601 date time parser and data model/manipulation utilities
GNU Lesser General Public License v3.0
37 stars 20 forks source link

Remove reference to `-c` option in CLI help #218

Closed MetRonnie closed 1 year ago

MetRonnie commented 2 years ago

The isodatetime CLI command is mostly a drop-in replacement for rose date, but the exception is the -c option which is not present in isodatetime. However, the CLI help text was copied over and still has references to -c that need to be removed.

See also https://github.com/metomi/rose/issues/2617

hjoliver commented 1 year ago

There's also an invalid reference to --use-task-cycle-time in the environment variables section of the command help.