Skip to content

Commit

Permalink
chore: clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
negar-abbasi committed Jul 31, 2024
1 parent 815667a commit 3778175
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/cli/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion src/algokit/cli/tasks/mint.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 3778175

Please sign in to comment.