Skip to content

Commit

Permalink
Fix typeo
Browse files Browse the repository at this point in the history
  • Loading branch information
stwiname committed Nov 21, 2024
1 parent d1ed5d8 commit 8555aaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/node-core/src/yargs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export function yargsBuilder<
.command({
command: 'reindex',
describe:
'Reindex to specified block height. Historical must be enabled for the targeted project (--historica). The application will exit upon completion.',
'Reindex to specified block height. Historical must be enabled for the targeted project (--historical). The application will exit upon completion.',
builder: (yargs) =>
yargs.options('targetHeight', {
type: 'number',
Expand Down

0 comments on commit 8555aaf

Please sign in to comment.