From 75a808d1fdeff871e089af481be49b8892cfb090 Mon Sep 17 00:00:00 2001 From: Pun Butrach Date: Thu, 19 Sep 2024 20:46:01 +0700 Subject: [PATCH] Replace find with findstr (#2362) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 82dceff8ba8..baf8ac3ee5b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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)