Skip to content

Commit

Permalink
Improve help text for deprecated 'chia show' commands. (#15297)
Browse files Browse the repository at this point in the history
  • Loading branch information
notpeter committed May 16, 2023
1 parent ed68e17 commit c8c04f6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions chia/cmds/show.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@ def show_cmd(
import asyncio

if connections:
print("'chia show -c' has been renamed to 'chia peer -c' ")
print("'chia show -c' has been renamed to 'chia peer full_node -c' ")
if add_connection != "":
print("'chia show -a' has been renamed to 'chia peer -a' ")
print("'chia show -a' has been renamed to 'chia peer full_node -a' ")
if remove_connection != "":
print("'chia show -r' has been renamed to 'chia peer -r' ")
print("'chia show -r' has been renamed to 'chia peer full_node -r' ")
if wallet_rpc_port is not None:
print("'chia show -wp' is not used, please remove it from your command.")
asyncio.run(
Expand Down

0 comments on commit c8c04f6

Please sign in to comment.