Start documenting the error module

This commit is contained in:
Alexis Mousset
2014-11-10 01:01:12 +01:00
parent 3b3e74b7ef
commit 809ecbbd07
3 changed files with 16 additions and 18 deletions

View File

@@ -61,7 +61,6 @@ fn main() {
optopt("s", "server", "set the server to use, default is localhost", "SERVER"),
optopt("m", "my-hostname", "set the hostname used by the client", "MY_HOSTNAME"),
optflag("h", "help", "print this help menu"),
optflag("v", "verbose", "display the transaction details"),
];
let matches = match getopts(args_string.tail(), opts) {