From 6418f52bf8aee99535c63498e0a06037724adac4 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Mon, 27 Jun 2016 21:22:39 +0100 Subject: [PATCH] Further clarified help text. --- cscz/Help.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.