diff --git a/README.md b/README.md index 3c07000..05d18f8 100644 --- a/README.md +++ b/README.md @@ -39,8 +39,8 @@ alcops [args] Commands: detect-tfm bc-artifact Detect TFM from a BC artifact URL - detect-tfm marketplace [channel] Detect TFM from VS Marketplace (default: current) - detect-tfm nuget-devtools [version] Detect TFM from NuGet DevTools (default: latest) + detect-tfm marketplace [channel|version] Detect TFM from VS Marketplace (default: current) + detect-tfm nuget-devtools [version|channel] Detect TFM from NuGet DevTools (default: latest) detect-tfm compiler-path Detect TFM from a local compiler directory download --output Download and extract ALCops analyzers diff --git a/src/cli.ts b/src/cli.ts index 977f076..59ed5b5 100644 --- a/src/cli.ts +++ b/src/cli.ts @@ -12,8 +12,8 @@ Usage: alcops [args] Commands: detect-tfm bc-artifact Detect TFM from a BC artifact URL - detect-tfm marketplace [channel] Detect TFM from VS Marketplace (default: current) - detect-tfm nuget-devtools [version] Detect TFM from NuGet DevTools (default: latest) + detect-tfm marketplace [channel|version] Detect TFM from VS Marketplace (default: current) + detect-tfm nuget-devtools [version|channel] Detect TFM from NuGet DevTools (default: latest) detect-tfm compiler-path Detect TFM from a local compiler directory download --output Download and extract ALCops analyzers