From 7a1d0031eda4f73cdb44cd7df66cc5895d660fa0 Mon Sep 17 00:00:00 2001 From: Lars Reimann Date: Fri, 17 Mar 2023 19:20:51 +0100 Subject: [PATCH] docs: fix `parse-package usages` flag --- docs/package-parser/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/package-parser/README.md b/docs/package-parser/README.md index 623d2dfdf..7c020990a 100644 --- a/docs/package-parser/README.md +++ b/docs/package-parser/README.md @@ -22,9 +22,9 @@ A tool to analyze client and API code written in Python. # Step 1: parse-package api -p sklearn -o out ``` -2. Analyze client code of this API: +2. Analyze client code that uses this API: ```shell - parse-package usages -p sklearn -s "Kaggle Kernels" -o out + parse-package usages -p sklearn -c "Kaggle Kernels" -o out ``` 3. Generate annotations for the API: ```shell