mirror of https://github.com/aria2/aria2
2009-12-27 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Fixed usage of --bt-save-metadata option. * src/usage_text.hpull/1/head
parent
8740f86aea
commit
9f5ad4dc00
|
@ -1,3 +1,8 @@
|
||||||
|
2009-12-27 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
||||||
|
|
||||||
|
Fixed usage of --bt-save-metadata option.
|
||||||
|
* src/usage_text.h
|
||||||
|
|
||||||
2009-12-27 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
2009-12-27 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
||||||
|
|
||||||
Updated po templates.
|
Updated po templates.
|
||||||
|
|
|
@ -585,7 +585,7 @@ _(" --disable-ipv6[=true|false] Disable IPv6.")
|
||||||
#define TEXT_BT_SAVE_METADATA \
|
#define TEXT_BT_SAVE_METADATA \
|
||||||
_(" --bt-save-metadata[=true|false] Save metadata as .torrent file. This option has\n" \
|
_(" --bt-save-metadata[=true|false] Save metadata as .torrent file. This option has\n" \
|
||||||
" effect only when BitTorrent Magnet URI is used.\n" \
|
" effect only when BitTorrent Magnet URI is used.\n" \
|
||||||
" The filename is name in metadata with suffix\n" \
|
" The filename is hex encoded info hash with suffix\n" \
|
||||||
" .torrent. The directory to be saved is the same\n" \
|
" .torrent. The directory to be saved is the same\n" \
|
||||||
" directory where download file is saved. If the\n" \
|
" directory where download file is saved. If the\n" \
|
||||||
" same file already exists, metdata is not saved.")
|
" same file already exists, metadata is not saved.")
|
||||||
|
|
Loading…
Reference in New Issue