Further clarified help text.

This commit is contained in:
Starbeamrainbowlabs 2016-06-27 21:22:39 +01:00
parent 92fde60f37
commit 6418f52bf8
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ Options:
Argument Meaning 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. --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. Note that arguments specified later always override arguments specified earlier.