Enable log to file

This commit is contained in:
Matt Nadareski
2016-04-14 14:35:12 -07:00
parent 290de40ac5
commit c7f6f73884
2 changed files with 11 additions and 4 deletions

View File

@@ -119,7 +119,8 @@ Options:
-d=, --desc= Set the description of the DAT
-c=, --cat= Set the category of the DAT
-v=, --version= Set the version of the DAT
-a=, --author= Set the author of the DAT");
-a=, --author= Set the author of the DAT
-l, --log Enable log to file");
break;
default:
Console.Write("This is the default help output");