Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
benzekrimaha committed Dec 27, 2024
1 parent 11a6981 commit d0208a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libV2/tasks/BaseTask.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class BaseTask extends Process {
},
)
.option('-l, --lag <lag>', 'Set a custom lag time in seconds', v => parseInt(v, 10))
.option('-n, --node-id <id>', 'Set a custom node id');
.option('-i --node-id <id>', 'Set a custom node id');
}

if (this._enableMetrics) {
Expand Down

0 comments on commit d0208a1

Please sign in to comment.