Further clarified help text.
This commit is contained in:
parent
92fde60f37
commit
6418f52bf8
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue