Skip to content

Commit

Permalink
Changed --secure to --safe
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobMisirian committed Sep 18, 2015
1 parent 713241d commit 8d5bba2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Hassium/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ private static void preformSetUp(IList<string> args)
options.Golf = true;
break;
case "-s":
case "--secure":
case "--safe":
options.Secure = true;
break;
case "-r":
Expand Down

0 comments on commit 8d5bba2

Please sign in to comment.