From 07fe011d0a90b5dbfef06a5a838c66d1ebcb2618 Mon Sep 17 00:00:00 2001 From: Maksym H Date: Fri, 4 Oct 2024 21:52:21 +0100 Subject: [PATCH] Update commands-readme.md --- docs/contributor/commands-readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contributor/commands-readme.md b/docs/contributor/commands-readme.md index 994c9f49321b..3a7ec163dbf1 100644 --- a/docs/contributor/commands-readme.md +++ b/docs/contributor/commands-readme.md @@ -41,7 +41,7 @@ the default branch. ### Examples -The regex in cmd.yml is: `^(\/cmd )([-\/\s\w.=:]+)$` accepts only alphanumeric, space, "-", "/", "=", ":" chars. +The regex in cmd.yml is: `^(\/cmd )([-\/\s\w.=:]+)$` accepts only alphanumeric, space, "-", "/", "=", ":", "." chars. `/cmd bench --runtime bridge-hub-westend --pallet=pallet_name` `/cmd prdoc --pr 5924 --audience runtime_dev runtime_user --bump patch`