Fixed typo

This commit is contained in:
Nicolai Ort 2020-12-31 16:27:08 +01:00
parent 4cfcb18e7a
commit f1ef8b7837
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ if(args.includes("--help")){
--help: View this help page
--recursive: Include all dependencies' subdependencies
--json: Exports the license information into ./licenses.json as json
--md: Exports the license information into ./licenses.md as markdow`);
--md: Exports the license information into ./licenses.md as markdown`);
}
function parsePackageInfo(path) {