Skip to content

Commit

Permalink
Drop wrong description for crates-admin populate
Browse files Browse the repository at this point in the history
This description is for `monitor`, which was dropped from this PR.
  • Loading branch information
jtgeibel committed Nov 13, 2020
1 parent 8dddb4e commit 9aa026c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/bin/crates-admin.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ struct Opts {
enum SubCommand {
DeleteCrate(delete_crate::Opts),
DeleteVersion(delete_version::Opts),
#[clap(
about = "Checks for any invariants we expect to be true, and pages whoever is on call if they are not."
)]
Populate(populate::Opts),
RenderReadmes(render_readmes::Opts),
TestPagerduty(test_pagerduty::Opts),
Expand Down

0 comments on commit 9aa026c

Please sign in to comment.