diff --git a/ironfish-cli/src/commands/chain/asset.ts b/ironfish-cli/src/commands/chain/asset.ts index afe34800e4..1a6dffa1f8 100644 --- a/ironfish-cli/src/commands/chain/asset.ts +++ b/ironfish-cli/src/commands/chain/asset.ts @@ -10,7 +10,7 @@ export default class Asset extends IronfishCommand { static args = [ { - name: 'identifier', + name: 'id', parse: (input: string): Promise => Promise.resolve(input.trim()), required: true, description: 'The identifier of the asset',