Skip to content

Commit

Permalink
Release! Version 1.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
m1kc committed Dec 29, 2012
1 parent dc6651e commit 6a48e82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sfn.d
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ void main(string[] args)
send = args[1..$];

if (help) { usage(true); return; }
if (ver) { writeln("sfn 1.0"); return; }
if (ver) { writeln("sfn 1.1"); return; }

if ((connect is null) && !server) { usage(false, "You must specify mode."); return; }
if ((connect !is null) && server) { usage(false, "You must specify only one mode."); return; }
Expand Down

0 comments on commit 6a48e82

Please sign in to comment.