CheckCircuit – Diff between revs 1 and 2
?pathlinks?
Rev 1 | Rev 2 | |||
---|---|---|---|---|
Line 51... | Line 51... | |||
51 | return 1; |
51 | return 1; |
|
52 | } |
52 | } |
|
Line 53... | Line 53... | |||
53 | |
53 | |
|
54 | if(string.IsNullOrEmpty(opts.Password)) |
54 | if(string.IsNullOrEmpty(opts.Password)) |
|
55 | { |
55 | { |
|
56 | Console.WriteLine("Bad password string"); |
56 | Console.WriteLine("Bad password string."); |
|
57 | return 1; |
57 | return 1; |
|
Line 58... | Line 58... | |||
58 | } |
58 | } |