Skip to content

Commit

Permalink
Update Help text for Beta 3 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
ajcolson committed Dec 7, 2023
1 parent f7abd40 commit 04baf33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion QTCLFileParser.cs
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public string AttemptParseFile(string filePath)
{
string fileContents = QTCLH.FILE.GetAllContent(filePath);
ret = parse(fileContents);
QTCLH.CLI.PrintInfo("Parsing completed!\n");
QTCLH.CLI.PrintInfo("Parsing completed!");
}
else
{
Expand Down
2 changes: 1 addition & 1 deletion QTCLH.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public static void CheckForFeatureDirs(List<string> featureDirs) {
public static void ShowHelp()
{
string[] helpText = [
"qtcl v1.0 (Beta 2)",
"qtcl v1.0 (Beta 3)",
"",
"Possible Arguments:",
"<inputFilepath>\n\tRun the parser and intrepreter from the specified inputFilepath.",
Expand Down

0 comments on commit 04baf33

Please sign in to comment.