From 3875a8db80ebb56b60a81f4b1d66c112074b49d2 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Sat, 27 Feb 2021 12:12:38 -0800 Subject: [PATCH] avoid confusion: conf and existing config are too similar use "options" --- Use-Config-File-for-Command-Line-Options.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Use-Config-File-for-Command-Line-Options.md b/Use-Config-File-for-Command-Line-Options.md index b24c523..fb3bbd5 100644 --- a/Use-Config-File-for-Command-Line-Options.md +++ b/Use-Config-File-for-Command-Line-Options.md @@ -17,7 +17,7 @@ defaultReplication=001 then refer it as ``` -weed master -conf=master.conf +weed master -options=master.conf ``` Order of precedence of this flag, it is borrowed from https://github.com/namsral/flag with some customized for weed: