diff --git a/docs/getting-started/README.md b/docs/getting-started/README.md index d84dcbdd29..c26cbde34c 100644 --- a/docs/getting-started/README.md +++ b/docs/getting-started/README.md @@ -75,7 +75,7 @@ GLOBAL OPTIONS: --max-memory The maximum amount of memory that Hardhat can use. --network The network to connect to. --show-stack-traces Show stack traces. - --tsconfig Reserved hardhat argument -- Has no effect. + --tsconfig A TypeScript config file. --verbose Enables Hardhat verbose logging --version Shows hardhat's version. diff --git a/docs/guides/create-task.md b/docs/guides/create-task.md index cf6af10e3b..2ef596e86a 100644 --- a/docs/guides/create-task.md +++ b/docs/guides/create-task.md @@ -22,7 +22,7 @@ GLOBAL OPTIONS: --max-memory The maximum amount of memory that Hardhat can use. --network The network to connect to. --show-stack-traces Show stack traces. - --tsconfig Reserved hardhat argument -- Has no effect. + --tsconfig A TypeScript config file. --verbose Enables Hardhat verbose logging --version Shows hardhat's version.