diff --git a/README.md b/README.md index bf8f6cd8..8680e648 100644 --- a/README.md +++ b/README.md @@ -77,9 +77,9 @@ Usage: sol2uml class [options] Generates UML diagrams from Solidity source code. -If no file, folder or address is passes as the first argument, the working folder is used. +If no file, folder or address is passed as the first argument, the working folder is used. When a folder is used, all *.sol files are found in that folder and all sub folders. -A comma separated list of files and folders can also used. For example +A comma separated list of files and folders can also be used. For example sol2uml contracts,node_modules/openzeppelin-solidity If an Ethereum address with a 0x prefix is passed, the verified source code from Etherscan will be used. For example diff --git a/lib/sol2uml.js b/lib/sol2uml.js index ecbcc35c..67bb1b48 100755 --- a/lib/sol2uml.js +++ b/lib/sol2uml.js @@ -46,9 +46,9 @@ program Generates UML diagrams from Solidity source code. -If no file, folder or address is passes as the first argument, the working folder is used. +If no file, folder or address is passed as the first argument, the working folder is used. When a folder is used, all *.sol files are found in that folder and all sub folders. -A comma separated list of files and folders can also used. For example +A comma separated list of files and folders can also be used. For example sol2uml contracts,node_modules/openzeppelin-solidity If an Ethereum address with a 0x prefix is passed, the verified source code from Etherscan will be used. For example diff --git a/src/ts/sol2uml.ts b/src/ts/sol2uml.ts index 7601337e..93546fd9 100644 --- a/src/ts/sol2uml.ts +++ b/src/ts/sol2uml.ts @@ -73,9 +73,9 @@ program Generates UML diagrams from Solidity source code. -If no file, folder or address is passes as the first argument, the working folder is used. +If no file, folder or address is passed as the first argument, the working folder is used. When a folder is used, all *.sol files are found in that folder and all sub folders. -A comma separated list of files and folders can also used. For example +A comma separated list of files and folders can also be used. For example sol2uml contracts,node_modules/openzeppelin-solidity If an Ethereum address with a 0x prefix is passed, the verified source code from Etherscan will be used. For example