From d92b53acafa7dd5fecb0c83d6cb438c680481389 Mon Sep 17 00:00:00 2001 From: Katsutoshi Nagaoka Date: Tue, 28 Jul 2020 21:11:03 +0900 Subject: [PATCH] cfgfile.md: fix typo in stan_config flag name --- nats-streaming-server/configuring/cfgfile.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nats-streaming-server/configuring/cfgfile.md b/nats-streaming-server/configuring/cfgfile.md index 1487e4a..6f2cf96 100644 --- a/nats-streaming-server/configuring/cfgfile.md +++ b/nats-streaming-server/configuring/cfgfile.md @@ -2,7 +2,7 @@ You can use a configuration file to configure the options specific to the NATS Streaming Server. -Use the `-sc` or `-stan_config` command line parameter to specify the file to use. +Use the `-sc` or `--stan_config` command line parameter to specify the file to use. For the embedded NATS Server, you can use another configuration file and pass it to the Streaming Server using `-c` or `--config` command line parameters.