diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-04-17 19:38:13 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-04-22 23:59:42 -0400 |
commit | 8b6509731bbe12f2f7314ab15b90670411a3bda7 (patch) | |
tree | 0cf27072cb76b881f48f88c9ca29795ec372c5a7 | |
parent | 4f87a2b478b9c15ac3eb3d245228e9e72ac847ae (diff) | |
download | SMAPI-8b6509731bbe12f2f7314ab15b90670411a3bda7.tar.gz SMAPI-8b6509731bbe12f2f7314ab15b90670411a3bda7.tar.bz2 SMAPI-8b6509731bbe12f2f7314ab15b90670411a3bda7.zip |
fix typo in readme
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -150,5 +150,5 @@ testing and may change without warning. argument | purpose -------- | ------- -`--log path "path"` | The relative or absolute path of the log file SMAPI should write. +`--log-path "path"` | The relative or absolute path of the log file SMAPI should write. `--no-terminal` | SMAPI won't write anything to the console window. (Messages will still be written to the log file.) |