Fixed typo

This commit is contained in:
Nicolai Ort 2020-12-31 16:27:08 +01:00
parent 4cfcb18e7a
commit f1ef8b7837

View File

@ -6,7 +6,7 @@ if(args.includes("--help")){
--help: View this help page --help: View this help page
--recursive: Include all dependencies' subdependencies --recursive: Include all dependencies' subdependencies
--json: Exports the license information into ./licenses.json as json --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) { function parsePackageInfo(path) {