From 37781751dec32ebdf285b9f6bf36abee409b5160 Mon Sep 17 00:00:00 2001 From: Negar Abbasi Date: Wed, 31 Jul 2024 15:17:59 +1000 Subject: [PATCH] chore: clean up --- docs/cli/index.md | 2 +- src/algokit/cli/tasks/mint.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/cli/index.md b/docs/cli/index.md index 75b47247..5c6e49cd 100644 --- a/docs/cli/index.md +++ b/docs/cli/index.md @@ -1098,7 +1098,7 @@ Human readable name for this upload, for use in file listings. ### mint -Mint new fungible or non-fungible assets on Algorand. hiiiiiii +Mint new fungible or non-fungible assets on Algorand. ```shell algokit task mint [OPTIONS] diff --git a/src/algokit/cli/tasks/mint.py b/src/algokit/cli/tasks/mint.py index 0a1d1f89..fd477b2b 100644 --- a/src/algokit/cli/tasks/mint.py +++ b/src/algokit/cli/tasks/mint.py @@ -142,7 +142,7 @@ def _validate_supply_for_nft(context: click.Context, param: click.Parameter, val @click.command( name="mint", - help="Mint new fungible or non-fungible assets on Algorand. hiiiiiii", + help="Mint new fungible or non-fungible assets on Algorand.", ) @click.option( "--creator",