diff --git a/cscz/Help.md b/cscz/Help.md index fbdc753..84ab3c7 100644 --- a/cscz/Help.md +++ b/cscz/Help.md @@ -9,7 +9,7 @@ Options: Argument Meaning ------------------------------------------------------------------------------- ---public Causes the parameters of the class to be defined as public data members. +--public Causes the parameters of the class to be defined as public data members. This is the default. --private Causes the parameters of the class to be defined as private data members with public accessors. Note that arguments specified later always override arguments specified earlier.