Skip to content
This repository has been archived by the owner on Aug 10, 2021. It is now read-only.

Commit

Permalink
Merge pull request #79 from falconed/master
Browse files Browse the repository at this point in the history
added a missing command line option in example/historic_data_cli
  • Loading branch information
arvicco committed May 5, 2013
2 parents 990daef + c7630ab commit d70068b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion example/historic_data_cli
Expand Up @@ -19,7 +19,8 @@ opt = Getopt::Long.getopts(
["--barsize", REQUIRED],
["--csv", BOOLEAN],
["--dateformat", REQUIRED],
["--nonregularhours", BOOLEAN]
["--nonregularhours", BOOLEAN],
["--what", OPTIONAL]
)

if opt["help"] || opt["security"].nil? || opt["security"].empty?
Expand Down

0 comments on commit d70068b

Please sign in to comment.