Skip to content

Commit

Permalink
Update help language for swap command. (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
thewhaleking authored Sep 19, 2024
1 parent 2e729f0 commit 6fa457f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bittensor_cli/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -1278,7 +1278,7 @@ def wallet_swap_hotkey(
# Example usage:
[green]$[/green] btcli wallet swap_hotkey new_hotkey --wallet-name your_wallet_name --wallet-hotkey original_hotkey
[green]$[/green] btcli wallet swap_hotkey destination_hotkey_name --wallet-name your_wallet_name --wallet-hotkey original_hotkey
"""
self.verbosity_handler(quiet, verbose)
original_wallet = self.wallet_ask(
Expand Down

0 comments on commit 6fa457f

Please sign in to comment.