From e770d1fee13dac5be805dfa9531aa0032bc3201c Mon Sep 17 00:00:00 2001 From: wangx <17656115@qq.com> Date: Fri, 28 Sep 2018 15:07:45 +0800 Subject: [PATCH] fixed a word error in a useage table description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bbcf4c4..5dfbf57 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ Command | Description `-P`, `--cache-path [path]` | The path of the cache directory. `-l`, `--log-level ` | The level of log verbosity. Valid values are 0 (silent) through 5 (debug). The default is 3. `-w`, `--workers ` | The number of worker threads to spawn. The default is 0. -`-m`, `--mirror [host:port]` | Mirror transactions to another cache server. Repeat this option ofr multiple mirrors. +`-m`, `--mirror [host:port]` | Mirror transactions to another cache server. Repeat this option for multiple mirrors. `-m`, `--monitor-parent-process ` | Monitor a parent process and exit if it dies. `--dump-config` | Write the active configuration to the console. `--save-config [path]` | Write the active configuration to the specified file and exit. Defaults to `./default.yml`.