Skip to content

Commit 83cdb1b

Browse files
committed
doc: update help msg
1 parent e2108e7 commit 83cdb1b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/aaz_dev/command/api/_cmds.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ def generate_command_models_from_swagger(swagger_tag, workspace_path=None):
160160
sys.exit(1)
161161

162162

163-
@bp.cli.command("generate-all", short_help="Fully generate data model from OpenAPI specification, mainly for use in https://github.com/magodo/az-rs.")
163+
@bp.cli.command("generate-all", short_help="Fully generate metadata from the specification, mainly for use in https://github.com/magodo/az-rs, and additionally to validate compatibility.")
164164
@click.option(
165165
"--swagger-path", '-s',
166166
type=click.Path(file_okay=False, dir_okay=True, readable=True, resolve_path=True),

0 commit comments

Comments
 (0)