Skip to content

Commit 4d5689b

Browse files
committed
Address review feedback
1 parent 69e76cb commit 4d5689b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyiceberg/cli/console.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ def location(ctx: Context, identifier: str) -> None:
236236
@click.pass_context
237237
@catch_exception()
238238
def version(ctx: Context) -> None:
239-
"""Print the installed pyiceberg package number (deprecated, use --version instead)."""
239+
"""Print the installed pyiceberg package version. Deprecated: use --version instead."""
240240
click.echo(
241241
"Deprecation warning: the `version` command is deprecated and will be removed in 0.13.0. "
242242
"Please use `pyiceberg --version` instead.",

0 commit comments

Comments
 (0)