Changeset 5289
- Timestamp:
- Mar 18, 2008, 5:59:52 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/daemon/remote.c
r5143 r5289 262 262 " -u --upload-limit <int> Max upload rate in KiB/s\n" 263 263 " -U --upload-unlimited No upload rate limit\n" 264 " -v --verify <hash> Verify the torrent's local data\n" 264 265 " -x --proxy Use proxy command to connect to frontend\n", 265 266 getmyname(), getmyname(), LONG_VERSION_STRING ); … … 270 271 readargs( int argc, char ** argv, struct opts * opts ) 271 272 { 272 char optstr[] = "a:c:d:DeEf:hilmMp:qr:s:S:t:u:Ux ";273 char optstr[] = "a:c:d:DeEf:hilmMp:qr:s:S:t:u:Uxv:"; 273 274 struct option longopts[] = 274 275 {
Note: See TracChangeset
for help on using the changeset viewer.