Skip to content

Commit

Permalink
Added a two letter short cut for the runAfterOtherAnyTimeScripts option
Browse files Browse the repository at this point in the history
  • Loading branch information
BiggerNoise committed Apr 28, 2011
1 parent 22cf3f3 commit f71ede7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion product/roundhouse.console/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ private static void parse_arguments_and_set_up_configuration(ConfigurationProper
string.Format("SprocsFolderName - The name of the folder where you keep your stored procedures. Will recurse through subfolders. Defaults to \"{0}\".",
ApplicationParameters.default_sprocs_folder_name),
option => configuration.SprocsFolderName = option)
.Add("runAfterOtherAnyTimeScripts=|runAfterOtherAnyTimeScriptsfolder=|runAfterOtherAnyTimeScriptsfoldername=",
.Add("ra=|runAfterOtherAnyTimeScripts=|runAfterOtherAnyTimeScriptsfolder=|runAfterOtherAnyTimeScriptsfoldername=",
string.Format("RunAfterOtherAnyTimeScriptsFolderName - The name of the folder where you keep scripts that will be run after all of the other any time scripts complete. Will recurse through subfolders. Defaults to \"{0}\".",
ApplicationParameters.default_runAfterOtherAnyTime_folder_name),
option => configuration.RunAfterOtherAnyTimeScriptsFolderName = option)
Expand Down

0 comments on commit f71ede7

Please sign in to comment.