mirror of https://github.com/aria2/aria2
2009-10-10 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Use PACKAGE_BUGREPORT and PACKAGE_URL. * src/version_usage.ccpull/1/head
parent
02c7e833d1
commit
3ccaca2b39
|
@ -1,3 +1,8 @@
|
||||||
|
2009-10-10 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
||||||
|
|
||||||
|
Use PACKAGE_BUGREPORT and PACKAGE_URL.
|
||||||
|
* src/version_usage.cc
|
||||||
|
|
||||||
2009-10-10 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
2009-10-10 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
||||||
|
|
||||||
Quoted localedir
|
Quoted localedir
|
||||||
|
|
|
@ -71,8 +71,8 @@ void showVersion() {
|
||||||
<< MessageDigestContext::getSupportedAlgoString() << "\n"
|
<< MessageDigestContext::getSupportedAlgoString() << "\n"
|
||||||
#endif // ENABLE_MESSAGE_DIGEST
|
#endif // ENABLE_MESSAGE_DIGEST
|
||||||
<< "\n"
|
<< "\n"
|
||||||
<< StringFormat(_("Report bugs to %s"), "<tujikawa at users dot sourceforge dot net>")
|
<< StringFormat(_("Report bugs to %s"), PACKAGE_BUGREPORT) << "\n"
|
||||||
<< std::endl;
|
<< "Visit " << PACKAGE_URL << std::endl;
|
||||||
}
|
}
|
||||||
|
|
||||||
void showUsage(const std::string& keyword, const OptionParser& oparser) {
|
void showUsage(const std::string& keyword, const OptionParser& oparser) {
|
||||||
|
|
Loading…
Reference in New Issue