From 32ecb778a7ee2d74384b5349510c3398f13263e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?joshcs=2Eeth=20=E1=B5=8D=E1=B5=90?= Date: Mon, 20 Nov 2023 12:04:46 -0500 Subject: [PATCH] chore: update copy --- docs/orchestrator.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/orchestrator.md b/docs/orchestrator.md index 3094a339..3f1f8bc7 100644 --- a/docs/orchestrator.md +++ b/docs/orchestrator.md @@ -136,7 +136,7 @@ Flags: --p2p.nickname string Nickname of the p2p private key to use (if not provided, an existing one from the p2p store or a newly generated one will be used) ``` -Also, you can set the necessary configuration in the orchestrator's TOML config file. You can find the orchestrator's TOML config file in the orchestrator's home directory under `config/config.toml`. This would save you the pain of setting all the flags in the command. +Also, you can set the necessary configuration in the orchestrator's TOML config file. You can find the orchestrator's TOML config file in the orchestrator's home directory under `config/config.toml`. This would save you from setting all the flags in the command. > **_NOTE:_** The CLI flags take precedence over the config files for the same parameters.