| 525 |
"-h\tThis information\n" |
"-h\tThis information\n" |
| 526 |
"-V\tVersion information\n" |
"-V\tVersion information\n" |
| 527 |
"\n" |
"\n" |
| 528 |
"Report bugs to lintux@lintux.cx\n") ); |
"Visit http://axel.alioth.debian.org/ to report bugs\n") ); |
| 529 |
#else |
#else |
| 530 |
printf( _("Usage: axel [options] url1 [url2] [url...]\n" |
printf( _("Usage: axel [options] url1 [url2] [url...]\n" |
| 531 |
"\n" |
"\n" |
| 540 |
"--help\t\t\t-h\tThis information\n" |
"--help\t\t\t-h\tThis information\n" |
| 541 |
"--version\t\t-V\tVersion information\n" |
"--version\t\t-V\tVersion information\n" |
| 542 |
"\n" |
"\n" |
| 543 |
"Report bugs to lintux@lintux.cx\n") ); |
"Visit http://axel.alioth.debian.org/ to report bugs\n") ); |
| 544 |
#endif |
#endif |
| 545 |
} |
} |
| 546 |
|
|