Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
Update src/chains/ethereum/options/src/logging-options.ts
Browse files Browse the repository at this point in the history
Co-authored-by: David Murdoch <[email protected]>
  • Loading branch information
jeffsmale90 and davidmurdoch authored Jun 20, 2023
1 parent 4a76b48 commit c1d9565
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chains/ethereum/options/src/logging-options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ export const LoggingOptions: Definitions<LoggingConfig> = {
},
quiet: {
normalize,
cliDescription: "Set to `true` to disable writing logs to the terminal.",
cliDescription: "Set to `true` to disable writing logs to `logger.log` (`stdout` by default).",
default: () => false,
cliAliases: ["q", "quiet"],
cliType: "boolean"
Expand Down

0 comments on commit c1d9565

Please sign in to comment.