Changeset 1627
- Timestamp:
- Apr 1, 2007, 3:07:47 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/daemon/daemon/remote.c
r1626 r1627 213 213 " -f --folder <path> Folder to set for new torrents\n" 214 214 " -h --help Display this message and exit\n" 215 " -i --info Info for all torrents\n"216 " -l --list List all torrent names and hashes\n"215 " -i --info List all torrents with info hashes\n" 216 " -l --list List all torrents with status\n" 217 217 " -m --port-mapping Automatic port mapping via NAT-PMP or UPnP\n" 218 218 " -M --no-port-mapping Disable automatic port mapping\n" … … 293 293 break; 294 294 case 'i': 295 opts->listquick = 1; 296 break; 297 case 'l': 295 298 opts->listfull = 1; 296 break;297 case 'l':298 opts->listquick = 1;299 299 break; 300 300 case 'm':
Note: See TracChangeset
for help on using the changeset viewer.