mirror of https://github.com/aria2/aria2
2009-02-07 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Changed the message for FatalException. * src/OptionParser.ccpull/1/head
parent
8bb78d30aa
commit
d71f434f61
|
@ -1,3 +1,8 @@
|
|||
2009-02-07 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
||||
|
||||
Changed the message for FatalException.
|
||||
* src/OptionParser.cc
|
||||
|
||||
2009-02-07 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
||||
|
||||
Documented --bt-external-ip option in man page. Updated man pages
|
||||
|
|
|
@ -141,7 +141,7 @@ void OptionParser::parseArg
|
|||
op = findByShortName(c);
|
||||
}
|
||||
if(op.isNull()) {
|
||||
throw FatalException("Unknown option");
|
||||
throw FatalException("Failed to parse command-line options.");
|
||||
}
|
||||
out << op->getName() << "=";
|
||||
if(optarg) {
|
||||
|
|
Loading…
Reference in New Issue