diff --git a/src/bin/index.js b/src/bin/index.js index ee0ade07..eeca3e53 100755 --- a/src/bin/index.js +++ b/src/bin/index.js @@ -202,7 +202,7 @@ yargs(hideBin(process.argv)) hidden: false, default: true, description: - 'Whether to remove the Docker container, dangling Docker images, consumed Docker volume and the blockchain network configuration.', + 'Whether to remove the Docker container, dangling Docker images, consumed Docker volume, and the blockchain network configuration.', }, }, async (argv) => await stopLightnet(argv)