From 40320ed88707778d058afbd1b1d2860c27bc455a Mon Sep 17 00:00:00 2001 From: M66B Date: Sun, 23 Apr 2023 11:50:01 +0200 Subject: [PATCH] Fixed typo --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index e8d408b1ff..79a3fa2fa3 100644 --- a/FAQ.md +++ b/FAQ.md @@ -2776,7 +2776,7 @@ Since version 1.2061 it is possible to execute rules with an automation app, lik ``` -(adb shell) am start-foreground-service -a eu.faircode.email.RULE --es account -e rule +(adb shell) am start-foreground-service -a eu.faircode.email.RULE --es account -es rule ``` Using rules is a pro feature.