Skip to content

Commit

Permalink
chore: renamed --output-token-references
Browse files Browse the repository at this point in the history
  • Loading branch information
PKulkoRaccoonGang committed Nov 1, 2024
1 parent 915d963 commit 036f28c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/paragon-scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ const COMMANDS = {
defaultValue: false,
},
{
name: '--output-references',
description: 'Include references in the build output.',
name: '--output-token-references',
description: 'Include references for tokens with aliases to other tokens in the build output.',
defaultValue: true,
},
{
Expand Down

0 comments on commit 036f28c

Please sign in to comment.