Opened 14 years ago
Closed 14 years ago
#739 closed Bug (fixed)
Documentation inconsistency for transmission-remote (-s and -S)
Reported by: | bviking | Owned by: | charles |
---|---|---|---|
Priority: | Normal | Milestone: | 1.10 |
Component: | Daemon | Version: | 1.06 |
Severity: | Normal | Keywords: | |
Cc: |
Description
The available documentation of transmission-remote "start" and "stop" short-form option is inconsistent.
Running
transmission-remote
(i.e. with no options) shows:
... -s --start <hash> Start the torrent with the given hash -s --start all Start all stopped torrents -S --stop <hash> Stop the torrent with the given hash -S --stop all Stop all running torrents ...
But the man-page for transmission remote says the reverse:
... -s --stop all | info-hash Stop all torrents from downloading or seeding, or the torrent with an info hash of info-hash. -S --start all | info-hash Start all torrents downloading or seeding, or the torrent with an info hash of info-hash. ...
Change History (3)
comment:1 Changed 14 years ago by bviking
comment:2 Changed 14 years ago by charles
- Component changed from Transmission to Daemon
- Milestone changed from None Set to 1.10
- Owner set to charles
- Status changed from new to assigned
- Version changed from 1.05 to 1.06
comment:3 Changed 14 years ago by charles
- Resolution set to fixed
- Status changed from assigned to closed
Note: See
TracTickets for help on using
tickets.
The behaviour indicated by the man-page appears to be correct. (-s will stop torrents, not -S)