From 354b5ca5228ba671efa4a0c29a4c3632d3627232 Mon Sep 17 00:00:00 2001
From: Johnny Peck <johnnypeck@users.noreply.github.com>
Date: Tue, 25 Feb 2020 22:50:44 -0500
Subject: [PATCH] Update usage.md

---
 docs/usage.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/usage.md b/docs/usage.md
index 8b842d55661..1f7d4ae52c1 100644
--- a/docs/usage.md
+++ b/docs/usage.md
@@ -230,7 +230,7 @@ An example bash completion script can be found in the repo at [scripts/openapi-g
 
 ## generate
 
-The `generate` command is the workhorse of the generator toolset. As such, it has _many_ more options and the previous commands. The abbreviated options are below, but you may expand the full descriptions.
+The `generate` command is the workhorse of the generator toolset. As such, it has _many_ more options available than the previous commands. The abbreviated options are below, but you may expand the full descriptions.
 
 
 ```bash
@@ -473,13 +473,13 @@ openapi-generator generate -g go --additional-properties=prependFormOrBodyParame
     -o out -i petstore.yaml
 ```
 
-To pass more than one generator property, these can be combined via comma:
+Pass more options via comma delimited key/value pairs:
 
 ```bash
 --additional-properties=key1=value1,key2=value2
 ```
 
-For the full list of generator-specified parameters, refer to [generators docs](./generators.md).
+For the full list of generator-specific parameters, refer to [generators docs](./generators.md).
 
 #### Type Mappings and Import Mappings
 
-- 
GitLab