Skip to content

Commit

Permalink
Replace find with findstr (#2362)
Browse files Browse the repository at this point in the history
  • Loading branch information
validcube authored Sep 19, 2024
1 parent dcf3e88 commit 26750df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ Please check [the icon tool guide](/docs/icontool_guide.md) for more information
**For Windows**:

```console
adb shell dumpsys window | find "mCurrentFocus"
adb shell dumpsys window | findstr "mCurrentFocus"
```
![](docs/images/contributing-image-3.png)

Expand Down

0 comments on commit 26750df

Please sign in to comment.