Skip to content
This repository was archived by the owner on Jan 19, 2025. It is now read-only.

Commit 6c3bd43

Browse files
authored
docs: fix parse-package usages flag (#1285)
Closes #1284. ### Summary of Changes * Change `-s` to `-c`
1 parent efcc522 commit 6c3bd43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/package-parser/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ A tool to analyze client and API code written in Python.
2222
# Step 1:
2323
parse-package api -p sklearn -o out
2424
```
25-
2. Analyze client code of this API:
25+
2. Analyze client code that uses this API:
2626
```shell
27-
parse-package usages -p sklearn -s "Kaggle Kernels" -o out
27+
parse-package usages -p sklearn -c "Kaggle Kernels" -o out
2828
```
2929
3. Generate annotations for the API:
3030
```shell

0 commit comments

Comments
 (0)