diff --git a/price_pusher/src/options.ts b/price_pusher/src/options.ts index fa741a7c..126ccced 100644 --- a/price_pusher/src/options.ts +++ b/price_pusher/src/options.ts @@ -38,7 +38,7 @@ export const pollingFrequency = { }; export const pushingFrequency = { - "pushing-duration": { + "pushing-frequency": { description: "The frequency to push prices to the RPC. " + "It is better that the value be greater than the block time of the network, so this program confirms " +