diff --git a/README.md b/README.md index 4500b45f..72ad373d 100644 --- a/README.md +++ b/README.md @@ -2815,7 +2815,8 @@ Usage: [-q | -v...] [-i] [-C] [-m MKFILE] [-g DEF]... [TARGET...] kibot [-v...] [-b BOARD] [-e SCHEMA] [-c PLOT_CONFIG] --list kibot [-v...] [-b BOARD] [-d OUT_DIR] [-p | -P] --example - kibot [-v...] [--start PATH] [-d OUT_DIR] [--dry] --quick-start + kibot [-v...] [--start PATH] [-d OUT_DIR] [--dry] [-t, --type TYPE]... + --quick-start kibot [-v...] --help-filters kibot [-v...] --help-global-options kibot [-v...] --help-list-outputs @@ -2848,8 +2849,9 @@ Options: Quick start options: --quick-start Generates demo config files and their outputs - --start PATH Starting point for the search [default: .] --dry Just generate the config files + --start PATH Starting point for the search [default: .] + -t, --type TYPE Generate examples only for the indicated type/s Help options: -h, --help Show this help message and exit diff --git a/kibot/__main__.py b/kibot/__main__.py index 1e18c6b4..dc520bbf 100644 --- a/kibot/__main__.py +++ b/kibot/__main__.py @@ -48,7 +48,7 @@ Quick start options: --quick-start Generates demo config files and their outputs --dry Just generate the config files --start PATH Starting point for the search [default: .] - --type TYPE Generate examples only for the indicated type/s + -t, --type TYPE Generate examples only for the indicated type/s Help options: -h, --help Show this help message and exit