Added the usage message for -c command-line option.

pull/1/head
Tatsuhiro Tsujikawa 2007-03-24 15:46:41 +00:00
parent e36fadac88
commit 460c874e26
1 changed files with 6 additions and 0 deletions

View File

@ -189,6 +189,12 @@ void showUsage() {
" a file in Metalink mode. This option makes effect\n"
" in Metalink with chunk checksums.\n"
" Default: true") << endl;
cout << _(" -c, --continue Continue downloading a partially downloaded\n"
" file. Use this option to resume a download started\n"
" by web browsers or another programs\n"
" which download files from the beginning.\n"
" Currently this option is applicable to http(s)/\n"
" ftp downloads.") << endl;
#ifdef ENABLE_BITTORRENT
cout << _(" -T, --torrent-file=TORRENT_FILE The file path to .torrent file.") << endl;
cout << _(" --follow-torrent=true|false Setting this option to false prevents aria2 to\n"