option(1) manual page for option -version not recognized

SYNOPSIS

kidc [OPTIONS] [file...]

DESCRIPTION

Compile kid templates into Python byte-code (.pyc) files.

OPTIONS:

-f, --force
Force compilation even if .pyc file already exists.
-s, --source
Generate .py source files along with .pyc files. This is sometimes useful for debugging.
-d, --strip-dest-dir <destdir>
Strips the supplied path from the beginning of source filenames stored for error messages in the generated .pyc files

Files list may have files and/or directories. If a directory is specified, all .kid files found in the directory and any sub-directories are compiled.

Usage: kidc [OPTIONS] [file...] Compile kid templates into Python byte-code (.pyc) files.

OPTIONS:

-f, --force
Force compilation even if .pyc file already exists.
-s, --source
Generate .py source files along with .pyc files. This is sometimes useful for debugging.
-d, --strip-dest-dir <destdir>
Strips the supplied path from the beginning of source filenames stored for error messages in the generated .pyc files

Files list may have files and/or directories. If a directory is specified, all .kid files found in the directory and any sub-directories are compiled.