Added --stream-piece-selector option to -i list option.

pull/1/head
Tatsuhiro Tsujikawa 2011-06-16 21:45:47 +09:00
parent 1369febfbb
commit bea21e0afa
1 changed files with 2 additions and 1 deletions

View File

@ -168,7 +168,8 @@ const std::set<std::string>& listRequestOptions()
PREF_BT_EXCLUDE_TRACKER,
PREF_RETRY_WAIT,
PREF_METALINK_BASE_URI,
PREF_PAUSE
PREF_PAUSE,
PREF_STREAM_PIECE_SELECTOR
};
static std::set<std::string> requestOptions
(vbegin(REQUEST_OPTIONS), vend(REQUEST_OPTIONS));