Fixed typo

pull/18/head
Tatsuhiro Tsujikawa 2012-05-12 19:33:33 +09:00
parent 3640374f66
commit 19798f09ae
2 changed files with 2 additions and 2 deletions

View File

@ -623,7 +623,7 @@ BitTorrent Specific Options
.. option:: --bt-remove-unselected-file[=true|false] .. option:: --bt-remove-unselected-file[=true|false]
Removes the unselected files when download is completed in Removes the unselected files when download is completed in
BitTorrent. To selecting files, use BitTorrent. To select files, use
:option:`--select-file` option. If it is :option:`--select-file` option. If it is
not used, all files are assumed to be selected. Please use this not used, all files are assumed to be selected. Please use this
option with care because it will actually remove files from your option with care because it will actually remove files from your

View File

@ -870,7 +870,7 @@
#define TEXT_BT_REMOVE_UNSELECTED_FILE \ #define TEXT_BT_REMOVE_UNSELECTED_FILE \
_(" --bt-remove-unselected-file[=true|false] Removes the unselected files when\n" \ _(" --bt-remove-unselected-file[=true|false] Removes the unselected files when\n" \
" download is completed in BitTorrent. To\n" \ " download is completed in BitTorrent. To\n" \
" selecting files, use --select-file option. If\n" \ " select files, use --select-file option. If\n" \
" it is not used, all files are assumed to be\n" \ " it is not used, all files are assumed to be\n" \
" selected. Please use this option with care\n" \ " selected. Please use this option with care\n" \
" because it will actually remove files from\n" \ " because it will actually remove files from\n" \