pub const TIMER_STOP: &str = "\
Stop timing an issue, and record the elapsed time.
```
ytcli issue timer stop PROJ-1
ytcli issue timer stop PROJ-1 -m \"pairing on the migration\"
```
The elapsed time becomes a worklog, rounded to the minute and never to zero, and
starting at the moment the timer was started rather than now. The timer is
forgotten only once Tracker has accepted the worklog: a refused write leaves the
clock running so nothing is lost to an error worth retrying.";