From 5267a276e657d5c09be904ca1495b71c840848e7 Mon Sep 17 00:00:00 2001 From: cheese1 Date: Tue, 24 Nov 2020 20:38:43 +0100 Subject: [PATCH] small typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f4671f3..5435b91 100644 --- a/README.md +++ b/README.md @@ -531,7 +531,7 @@ When identifying `missing` media files (ie. files that are not present in the me ## Command Line Properties -As an alterantive or in addition to a properties file, properties may be specified on the command line, using the syntax `@=` - such command line property values will override any matching property retrieved from the properties file. +As an alternative or in addition to a properties file, properties may be specified on the command line, using the syntax `@=` - such command line property values will override any matching property retrieved from the properties file. In addition, the name of the properties file may be specified using the `@config` command line property, eg. `@config=./myconfig.cfg`.