From a7b79d0e27b68f631827d1d5209985324a9dfa48 Mon Sep 17 00:00:00 2001 From: d3m0k1d Date: Thu, 15 Jan 2026 18:14:04 +0300 Subject: [PATCH] docs: typo --- docs/cli.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/cli.md b/docs/cli.md index ca11311..b859d50 100644 --- a/docs/cli.md +++ b/docs/cli.md @@ -5,7 +5,7 @@ configure detection rules, and control the daemon process. ### init - create a deps file ```shell -banfogre init +banforge init ``` **Description** @@ -34,7 +34,7 @@ These commands provide an abstraction over your firewall. If you want to simplif ### rule - Manages detection rules ```shell -banforge rule add -n rule.name -m 403 +banforge rule add -n rule.name -c 403 banforge rule list ```