We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ed7f21 commit 84160ebCopy full SHA for 84160eb
MySQL-To-CSharp/Program.cs
@@ -166,7 +166,7 @@ static void Main(string[] args)
166
.SetDefault(false).WithDescription("(optional) Generate a reading constructor and SQL statement output - Activate with -g true");
167
parser.Setup(arg => arg.GenerateMarkupPages).As('m', "generatemarkuppages")
168
.SetDefault(false)
169
- .WithDescription("(optional) Generate markup pages for database and tables which can be used in wikis");
+ .WithDescription("(optional) Generate markup pages for database and tables which can be used in wikis - Activate with -m true");
170
parser.SetupHelp("?", "help").Callback(text => Console.WriteLine(text));
171
172
var result = parser.Parse(args);
0 commit comments