Skip to content

Commit 84160eb

Browse files
committed
Modified description of -m parameter
1 parent 8ed7f21 commit 84160eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MySQL-To-CSharp/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ static void Main(string[] args)
166166
.SetDefault(false).WithDescription("(optional) Generate a reading constructor and SQL statement output - Activate with -g true");
167167
parser.Setup(arg => arg.GenerateMarkupPages).As('m', "generatemarkuppages")
168168
.SetDefault(false)
169-
.WithDescription("(optional) Generate markup pages for database and tables which can be used in wikis");
169+
.WithDescription("(optional) Generate markup pages for database and tables which can be used in wikis - Activate with -m true");
170170
parser.SetupHelp("?", "help").Callback(text => Console.WriteLine(text));
171171

172172
var result = parser.Parse(args);

0 commit comments

Comments
 (0)