geruh commented on code in PR #3206:
URL: https://github.com/apache/iceberg-python/pull/3206#discussion_r3083919393


##########
pyiceberg/cli/console.py:
##########
@@ -235,7 +236,12 @@ def location(ctx: Context, identifier: str) -> None:
 @click.pass_context
 @catch_exception()
 def version(ctx: Context) -> None:
-    """Print pyiceberg version."""
+    """Print the installed pyiceberg package number (deprecated, use --version 
instead)."""

Review Comment:
   ```suggestion
       """Print the installed pyiceberg package version (deprecated, use 
--version instead)."""
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to