pub const STATS_LONG: &str = "\
What dev-prune has already done, as opposed to what it could do next: lifetime space \
reclaimed, how many prune passes there have been, the most recent pass and how to \
undo it, the last passes, and the repositories that have given back the most. \
Read-only — it reads the registry and touches nothing.
On a machine upgraded from before 1.1.0 the lifetime total has been accumulating \
since 1.0.0, but per-repository figures and the pass history only start at 1.1.0 — \
the report (and `history_starts_at` in the JSON) says so rather than implying \
nothing ever happened.";