From 92bffdb2f4bafb604931ffa17732d7398433c795 Mon Sep 17 00:00:00 2001 From: Cuong Manh Le Date: Sat, 14 Sep 2024 22:57:44 +0700 Subject: [PATCH] Updated Example Configurations (markdown) --- Example-Configurations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Example-Configurations.md b/Example-Configurations.md index 639634c..1026e88 100644 --- a/Example-Configurations.md +++ b/Example-Configurations.md @@ -33,7 +33,7 @@ Example: ``` $ ctrld start --cd=RESOLVER_ID -vv $ ctrld stop -$ ctrld start # service will run with --cd=RESOLVER_ID and -vv flags. +$ ctrld start # service will be run with --cd=RESOLVER_ID and -vv flags. ``` Passing any new arguments/flags to `ctrld start` will result in old behavior.